Snapclima is a program that, through your current location or the place you type, shows the thermal sensation, wind speed, humidity, the time of sunrise and sunset.
Snapclima consiste em um projeto utilizando HTML, CSS e JavaScript onde é consumida uma API chamada Weather API.
Através da sua localização ou nome do local inserido no campo de busca, mostra a sensação térmica, velocidade do vento, umidade e o tempo em que o sol nasce e se põe em qualquer parte do mundo!! 🌍
The One Call API provides the following weather data for any geographical coordinates:
- Current weather
- Minute forecast for 1 hour
- Hourly forecast for 48 hours
- Daily forecast for 8 days
- National weather alerts
- Historical weather data for 40+ years back (since January 1, 1979)
Create an OpenWeather account and get a key for full API use
# create a constant for organization and store your key
const api_key = "7a02b390702dd039a0704a5e49b9251b";
For full use of the program it is necessary to enable localization.