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