Ionic 2 Weather App
This is based on Angular 2.0.0-rc.4, requires Google Maps API(and key).
To run this app:
- install npm, Ionic 2, Typescript;
- cd project root folder, npm install;
- obtain your own google maps and
Dark Sky forcastOpen Weather Map API ID, update www/index.html and forecast.service.ts accordingly; - run command ionic platform add android(or ios, etc), ionic build android(or other platform);
- ionic serve (or ionic run ...).
Note:
- Some google maps packages (like angular2-google-maps) have problems with Angular 2.0.0-rc.4, we are using v0.10.0(not the latest).
Depend on your setup, your forecast API calls may run into: No 'Access-Control-Allow-Origin' header is present on the requested resource.- Tested on web browser and Android 5.1 phone.
Reference:
http://ionicframework.com/docs/v2/getting-started/tutorial/