
Description
A simple weather tracking app using OpenWeather’s API. Once the user grants location permission, the app will automatically display weather data for that location including:
- weather description
- city name
- temperature
- humidity
- wind speed
- sunrise and sunset
Features
- toggle between C and F
- toggle between mph and kph
- automatic location gathering
- background changes based on temperature (above or below 70F)
Languages Used
Javascript, HTML, CSS