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

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.

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.

![](https://img.shields.io/node/v/passport.svg)

![](WeatherApp.png)

## 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.