03/08/2024: RapidAPI now requires bank card information in order to access the Open Weather Map API.
An API I've created to find out the current weather for a given location
This project helped me understand the vast utility of APIs and their benefits. By utilising the Open Weather Map API from RapidAPI, I was able to obtain weather data in JSON format which I parsed and displayed on JSP pages.
- Search city functionality
- Searching a city with the same name but different country (London in the USA example)
- Five day forecast
- Java
- JavaScript
- HTML
- CSS
- Spring Boot
- JSP pages
- Bootstrap 4
- JSTL
- Joda-Time Library