https://github.com/harshmandan/nodeweatherapp
A simple NodeJs web server that returns current weather of a city.
https://github.com/harshmandan/nodeweatherapp
Last synced: about 1 month ago
JSON representation
A simple NodeJs web server that returns current weather of a city.
- Host: GitHub
- URL: https://github.com/harshmandan/nodeweatherapp
- Owner: harshmandan
- Created: 2018-05-21T14:23:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:03:19.000Z (about 8 years ago)
- Last Synced: 2025-10-25T16:41:12.034Z (9 months ago)
- Language: JavaScript
- Size: 43.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJSWeatherApp
> A simple node-express based web server that uses EmbeddedJS template engine and OpenWeatherMap API to fetch desired city's current temperature.


## Installation & Set-up
Requirements:
NodeJS
Following packages which can be installed by using ``npm install``
```sh
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.3",
"request": "^2.87.0",
"yargs": "^11.0.0"
}
```
## Release History
* 0.1.0
* It works.