mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 19:46:41 +03:00
OpenWeatherMap Java API
Java API for OpenWeatherMap services.
Implemented features:
- Current weather data
- 5 day / 3 hour forecast
Will be implemented later:
- 16 day / daily forecast
- UV Index(beta)
- Air pollution(beta)
Maven coordinates:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>1.0</version>
</dependency>
Gradle coordinates:
compile('com.github.prominence:openweathermap-api:1.0')
Documentation
License MIT
Languages
Java
100%