https://github.com/dbackowski/ionic-weather
Simple Ionic 3 application to show weather forecast.
https://github.com/dbackowski/ionic-weather
darksky-api forecast ionic2 ionic3 typescript
Last synced: 8 months ago
JSON representation
Simple Ionic 3 application to show weather forecast.
- Host: GitHub
- URL: https://github.com/dbackowski/ionic-weather
- Owner: dbackowski
- License: mit
- Created: 2017-07-02T10:09:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T11:01:18.000Z (almost 8 years ago)
- Last Synced: 2025-10-13T16:05:41.277Z (8 months ago)
- Topics: darksky-api, forecast, ionic2, ionic3, typescript
- Language: TypeScript
- Homepage:
- Size: 2.76 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ionic-weather
Simple Ionic 3 application to show weather forecast with dark sky api (https://darksky.net).

## Instalation
Install node modules:
```
npm install -g ionic cordova
```
Create .env file with:
```
DARK_SKY_API_KEY=YOUR_DARK_SKY_API_KEY
```
Start preview in browser:
```
ionic serve
```
## License
Released under the MIT License.