/nodejs-weather-app

A basic Nodejs weather application made using OpenWeatherMap API.

Primary LanguageJavaScript

Maintenance Ask Me Anything ! made-for-VSCode GitHub forks GitHub stars GitHub issues Open Source Love svg1 Javascript

nodejs-weather-app

A basic Nodejs weather application made using OpenWeatherMap API.

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