An open API service indexing awesome lists of open source software.

https://github.com/efecanxrd/java-weather-app

Java Weather App using wttr.in
https://github.com/efecanxrd/java-weather-app

Last synced: 2 months ago
JSON representation

Java Weather App using wttr.in

Awesome Lists containing this project

README

          

Weather App


Weather app with java by using wttr.in api.



How this is working?


In the example, a request is sent to the wttr.in service for the city of Ankara. The response of the service is received using the %C (weather condition), %t (temperature) and %H (humidity) formats. The received response is stored as a string using the StringBuilder class and eventually printed.

This example is just one way to use the wttr.in service to get weather information. Other services can be used or different data formats can be received.