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.
- Host: GitHub
- URL: https://github.com/dnafication/weather-app
- Owner: dnafication
- License: mit
- Created: 2019-11-26T06:13:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T10:11:59.000Z (over 3 years ago)
- Last Synced: 2025-02-13T02:36:38.599Z (over 1 year ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`