This project - test environment for using APIs. My goal was getting data from weather API and currence API and display it on page. Flow:
- Fetching user location(city);
- Fetching weather data;
- Display different background image depends on cloudy parametr;
- Set setTimeout function to update weather data every 60s;
- Fetching currencies data and display it.