Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 939 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 939 Bytes

SuperConverter

####Currently can convert four units

  • it can convert Currency, eg. USD/HKD/AUD/RMB/JPY/GBP
  • it can convert Length, eg. meter/feet/inch/mile
  • it can convert Weight, eg. g/kg/pound/ounce/ton
  • it can convert Temperature, eg. F/C

####Dependencies(all included as you clone it)

####Run on Browser

  • ionic serve (Command Prompt/Git Bash)

####Run on Android Device (through a windows computer)

  • Install JDK
  • Install Android SDK
  • Configure environment varibles for JDK and Android SKD
  • ionic platform add android (Git Bash)
  • connect you android device to your computer
  • ionic run android (Git Bash)

####Run on IOS Device (through a Mac)

  • ionic platform add ios (Git Bash)
  • ionic build ios --device (Git Bash)