Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Chema22R/city-weather

Repository files navigation

Netlify Status CodeQL MIT License

City Weather

City WeatHer is a very simple weather forecast app. It displays a list with all the cities in Spain. By clicking on a city, its main forecast information is displayed.

The cities list is provided by CountriesNow API.

The forecast data is provided by OpenWeather API.

Check out a real example of the application from here.

Setup and Run

  1. Download the source code
  2. Install the node modules executing npm i
  3. Execute npm start to run the application