
Minimal Weather
Minimal Weather App
$10.00
Details
- Version:
- 1.0
- Ionic:
- 1.x
- Platforms:
- iOS, Android
- Released:
- 4 years ago
- Updated:
- 4 years ago
- Category:
- Starters
- Tags:
- ,
Minimal Weather App gives you a full starter weather application that can get your weather by current location or you can search and save specific cities around the world to view the weather anywhere in the world. If you are looking to learn Angular and Ionic, this application is perfect and is built using simple controllers, services and views. Places data is picked up using the Google Location API and weather data is picked up from https://darksky.net/dev/ and it is completely free for 1000 requests per day. Simply download this start template, sign up for a dark sky account, input your API details into the weather service where it states APIKEYHERE
, and you are all set!
Note:
- You can run SASS by using
gulp watch
from the project directory - To build for iOS run
ionic build ios
- To build for Android
ionic build android
** If the build for either device does not work, run sudo ionic build ios/android