Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.38 KB

The Weather App 🌦️

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

🌐 Live demo

Assignment

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.

Screenshot

Screenshot

Features

  • 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

Acknowledgments

  • Callbacks
  • Promises
  • .then() functions
  • API(s)

Roadmap

  • Minute forecast for 1 hour
  • Hourly forecast for 48 hours
  • Daily forecast for 7 days
  • Historical data for 5 previous days
  • National weather alerts