2021-04-15 00:04:06 +03:00

1.5 KiB

OpenWeatherMap Java API Build Status codecov

Java API for OpenWeatherMap services.

Implemented features:

Free:

  • Current weather data
  • 5 day / 3-hour forecast
  • One Call API

Will be implemented later:

Free:

  • Air pollution
  • Geocoding API
  • Weather Stations
  • Weather Triggers

Paid:

  • Daily Forecast 16 days
  • Hourly Forecast 4 days
  • probably others...

Maven coordinates:

<dependency>
  <groupId>com.github.prominence</groupId>
  <artifactId>openweathermap-api</artifactId>
  <version>2.1.1</version>
</dependency>

Gradle coordinates:

compile('com.github.prominence:openweathermap-api:2.1.1')

Documentation

License

MIT