Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.14 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.14 KB

WeatherCast - Find the weather forecast across the globe

WeatherCast is a web-based weather forecasting application created using pure JavaScript from scratch. It provides up-to-date weather information from all over the world, thanks to the OpenWeatherMap API.

A big shout out to OpenWeatherMap for this free and easy to use API.

List of OpenWeatherMap APIs used:

Things that can be considered for future iterations:

  • Work with Google's JavaScript MAP API and places API to enhance and take this to next level. Tried getting the API_KEY from google but failed :(.

Developer's note:

  • I understand the importance of clean, well-organized code, and while this implementation is currently effective and efficient, there is always room for improvement. However, I acknowledge that the code could benefit from some organization and refactoring.

Live Here