An open API service indexing awesome lists of open source software.

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.

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.