Alexey Zinchenko f5d202aee3
Version 2.0.1 (#13)
* Added method for weather icon id retrieval. Small internal changes in models.

* Changed temperature unit signs.
2021-03-26 23:32:57 +03:00
2021-03-26 23:32:57 +03:00
2021-03-26 23:32:57 +03:00
2021-03-26 23:32:57 +03:00
2021-03-26 23:32:57 +03:00
2021-03-26 23:32:57 +03:00

OpenWeatherMap Java API Build Status codecov

Java API for OpenWeatherMap services.

Implemented features:

Free:

  • Current weather data
  • 5 day / 3-hour forecast

Will be implemented later:

Free:

  • One Call API
  • 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.0.0-SNAPSHOT</version>
</dependency>

Gradle coordinates:

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

Documentation

License

MIT

Languages
Java 100%