Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andredarcie/ionic-weather-app
App that discovers temperature based on user position.
https://github.com/andredarcie/ionic-weather-app
chromium ionic javascript mobile-app user-position weather
Last synced: 14 days ago
JSON representation
App that discovers temperature based on user position.
- Host: GitHub
- URL: https://github.com/andredarcie/ionic-weather-app
- Owner: andredarcie
- Created: 2016-11-05T17:19:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T19:08:07.000Z (about 8 years ago)
- Last Synced: 2024-11-11T14:25:47.591Z (2 months ago)
- Topics: chromium, ionic, javascript, mobile-app, user-position, weather
- Language: JavaScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ionic simple weather app
App that discovers temperature based on user position. This app is based on [this](http://tableless.com.br/tutorial-ionic-meu-primeiro-app/) tutorial.
* Make sure you have installed [NodeJS](https://nodejs.org/en/).
* On `www/js/app.js` change the variable `var api_key = "YOUR-KEY";`, for your [DarkSky](https://darksky.net/dev) API key.
* Run `npm install`
* Run `ionic serve` (The geolocation methods are deprecated in Chromium version 50 and higher. Use another browser or older Chromium for tests)
* Enjoy