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%