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

https://github.com/kennedy-osaze/weather-app

A simple app that provides weather summary based on a location
https://github.com/kennedy-osaze/weather-app

darksky-api express mapbox node

Last synced: 2 months ago
JSON representation

A simple app that provides weather summary based on a location

Awesome Lists containing this project

README

          

# Weather App

## Installation
1. Run `npm install`
2. Run `cp .env.example .env`
3. Edit `.env` file to suite your needs
4. Create your API credentials on [MapBox](https://www.mapbox.com/) and [Dark Sky](https://darksky.net/dev)
5. Run `node app.js`