I created a basic weather api project in Java. It makes an API request to weatherapi.com, extracts the alerts report for the city, and writes it to a file. You also can read from that file, or others if you want. I used classes, and some principles of OOP as well. The repository is posted at https://github.com/crawfordk99/weather-the...
#javaprogramming #objectorientedprogramming