With the Weather App it is possible to search for a specific location and get the Current Weather Data.
This is The Odin Project's curriculum from Full Stack Javascript Path
This application will show the temperature of a location. To fetch weather information we are using OpenWeatherMap. This API collect and process weather data from different sources such as global and local weather models, satellites, radars and a vast network of weather stations.
- Location Name
- Weather condition
- Human perception of weather
- Atmospheric pressure
- Humidity
- Minimum temperature at the moment
- Maximum temperature at the moment
- Wind speed
- Wind direction, degrees (meteorological)
- Sunrise time
- Sunset time
- Callbacks
- Promises
- .then() functions
- API(s)
- Minute forecast for 1 hour
- Hourly forecast for 48 hours
- Daily forecast for 7 days
- Historical data for 5 previous days
- National weather alerts