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.
- Host: GitHub
- URL: https://github.com/saswatamcode/nodejs-weather-app
- Owner: saswatamcode
- Created: 2019-06-30T12:45:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:40:01.000Z (about 3 years ago)
- Last Synced: 2025-02-11T08:48:26.287Z (about 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[](https://GitHub.com/Naereen/ama)
[](https://code.visualstudio.com/)
[](https://GitHub.com/saswatamcode/nodejs-weather-app/network/)
[](https://GitHub.com/saswatamcode/nodejs-weather-app/stargazers/)
[](https://GitHub.com/saswatamcode/nodejs-weather-app/issues/)
[](https://github.com/ellerbrock/open-source-badges/)
[](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/)