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

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

Awesome Lists containing this project

README

          

![Screenshot](https://github.com/PawanKolhe/weather-app-node/blob/master/screenshot.PNG)

# 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