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

https://github.com/dnafication/weather-app

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.
https://github.com/dnafication/weather-app

Last synced: about 1 year ago
JSON representation

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.

Awesome Lists containing this project

README

          

# weather-app

An app to get weather forecasts based on location. It consumes multiple apis to be able to provide the detailed information. Built in Node.js.

## Setup

- This requires node.js >= 8 and npm
- Install dependencies by `npm install`
- Create an `.env` file based off of the sample provided (`.env-sample`): `mv .env-sample .env` or just rename the file to `.env`

## Run
`node app.js`