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

https://github.com/allan7yin/weather-application-be

Simple MERN application for showing weather
https://github.com/allan7yin/weather-application-be

express javascript mongodb nodejs react templating-engine

Last synced: 16 days ago
JSON representation

Simple MERN application for showing weather

Awesome Lists containing this project

README

          

# weather-application-be

Back end of weather application, built using NodeJs and Express. Retrieved weather data through OpenWeatherMap API and PositionStack API calls.

### How to run
1. Clone the repository
2. `npm i` to install all project dependencies
3. `npm run start` to launch application, or `npm run dev` to run in development mode