Nasa Space Apps Challenge 2017- "Earth and Us/You are my sunshine"
Ionic 2 Application
Team :Gryphons
- Cross platform application connected to firebase
- User can enter solar panel specifications and get output predictions based on user location and other data.
- User can set priority on devices and devices that can be used with available power can be identified.
- User can calculate required tilt of the panel based on the current location.
You need to install ionic and cordova on your machine by running npm install -g ionic cordova
Instructions are the same for both windows and linux
To build the application :
- Clone the application
git clone https://github.com/amrithm98/Sunshine-NSAC17.git cdinto the project directory and navigate to the directory containingionic.config.jsonnpm installionic state restoreionic serveto run the application on the web browser
To run the application on an android device :
Follow the above for steps and after that do the following:
Make sure you have Android Sdk and Java Configured with the environment variables.
Connect an android device to the machine,allow USB debugging and then :
ionic build androidionic run android
This will run the application on your android device. `
You can build the application for iOS by running
ionic build ios
