WeatherCast is a web-based weather forecasting application created using reactJS 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.
- Open a terminal window on your computer.
- Navigate to the directory where you want to clone the project.
- Clone the project using the following command: