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

https://github.com/rameshovyas/weatherapp

Weather app using express js, allows users to type in the City name and get real time weather details. Used openweathermap.org for fetching real time weather info
https://github.com/rameshovyas/weatherapp

express-js fetch-api javascript node-js openweathermap-api parse-json weather-app

Last synced: about 1 year ago
JSON representation

Weather app using express js, allows users to type in the City name and get real time weather details. Used openweathermap.org for fetching real time weather info

Awesome Lists containing this project

README

          

# Weather App in Node JS (Express)
A web based weather information app using Node JS(express) that allows users to type in the city name to find real time weather data. I have used openweathermap.org api to fetch real time weather info.

See the screenshots how this app works, here is the page that allows to type in the city name.

![alt text](city.png)

Weather detail page

![alt text](weather.png)