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
- Host: GitHub
- URL: https://github.com/kennedy-osaze/weather-app
- Owner: kennedy-osaze
- Created: 2020-07-09T15:00:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-09T16:25:36.000Z (almost 6 years ago)
- Last Synced: 2025-08-26T07:27:11.206Z (10 months ago)
- Topics: darksky-api, express, mapbox, node
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`