/city-weather

Simple weather forecast app for Spain cities.

Primary LanguageTypeScriptMIT LicenseMIT

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