/weather-forecast

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

Primary LanguageJavaScript

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.