Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 673 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 673 Bytes

Weather forecast for 5 days

The SPA shows the minimum and maximum temperatures for the selected city and the hourly weather forecast for the next five days.

  • The user can enter a city or select from a list. The list of cities is taken from a json file from OWM
  • Forecast data comes from Open Weather Map.
  • The application consists of several modules, each of which serves a specific purpose. Webpack was uded for compiling them.