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

https://github.com/kareimgazer/weatherapp

A simple weather app using JavaScript and open Weather Map API
https://github.com/kareimgazer/weatherapp

api body-parser cors css express html5 http javascript nodejs weather

Last synced: 2 months ago
JSON representation

A simple weather app using JavaScript and open Weather Map API

Awesome Lists containing this project

README

          

# WeatherApp
This web app uses Open Weather Map API to get weather info by taking the city ID from the user
The app returns the weather data and sends them to the server with user data provided by the user as a user story by a post request
The app finally makes a get request to the server to get the latest info and updates the user interface

This app uses express, body-parser, cors
makes get and post requests
any works asynchronously using promises

## Set Up:
- Download the reop
- run the terminal in the current folder
- run command : node server.js
- go to the browser and go to localhost:8000