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

https://github.com/saswatamcode/nodejs-weather-app

A basic Nodejs weather application made using OpenWeatherMap API.
https://github.com/saswatamcode/nodejs-weather-app

Last synced: 5 months ago
JSON representation

A basic Nodejs weather application made using OpenWeatherMap API.

Awesome Lists containing this project

README

          

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/nodejs-weather-app.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/saswatamcode/nodejs-weather-app/network/)
[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/nodejs-weather-app.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/saswatamcode/nodejs-weather-app/stargazers/)
[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/nodejs-weather-app.svg)](https://GitHub.com/saswatamcode/nodejs-weather-app/issues/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Javascript](https://badges.frapsoft.com/javascript/code/javascript.svg?v=101)](https://github.com/ellerbrock/javascript-badges/)

# nodejs-weather-app
A basic Nodejs weather application made using OpenWeatherMap API.

[Sign Up](https://home.openweathermap.org/users/sign_up) on OpenWeatherMap and change the apiKey in server.js to your respective API key.

Run the web app locally:
```
npm install request --save
npm install express --save
npm install body-parser --save
npm install ejs --save
node server.js
//Now open your browser and visit: localhost:3000
```
App is hosted [here](https://fierce-falls-59017.herokuapp.com/)