Efficient Irrigation System
- Download nodejs 6.10.2
- Download ionic
npm install ionic cordova
- Download repository from github
- Run these commands on terminal
cd h2ocrop
rm -rf node_modules
npm rebuild
npm install
ionic serve
File | Purpose |
---|---|
server.js | all SQL queries, mails, and RESTful API calls |
updateServer.js | collects daily data from the Hydroclimate Data Center. Also for setting up a new crop |
dailyUpdateServer.js | calls updateServer.js daily |
app/app.component.ts | sets root page. Also sets Side Menu pages' links. |
app/app.module.ts | includes all pages used in the app |
src/providers/auth-service.ts | Provides connection to RESTful API services |
src/pages// | All pages in the application |