https://github.com/pawankolhe/weather-app-node
Weather REST API and Front-End Web App
https://github.com/pawankolhe/weather-app-node
expressjs nodejs rest-api weather-app
Last synced: 2 months ago
JSON representation
Weather REST API and Front-End Web App
- Host: GitHub
- URL: https://github.com/pawankolhe/weather-app-node
- Owner: PawanKolhe
- Created: 2020-06-05T18:28:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:02:03.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:48:29.763Z (over 1 year ago)
- Topics: expressjs, nodejs, rest-api, weather-app
- Language: JavaScript
- Homepage: https://pawan-weather-app-node.herokuapp.com/
- Size: 494 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Weather App
Weather REST API using Express.js and HandlebarsJS as templating engine.
## Setup
Following APIs are required to run this web app:
- [Weather Stack API](https://weatherstack.com/)
- [Mapbox Geocode API](https://docs.mapbox.com/api/search/#geocoding)
## Instructions
#### Environment Variables
1. Rename `.env.example` to `.env`
2. Place the API keys in `.env` with your own
#### Local Setup
Install dependencies
npm install
Serve project
npm run dev