dependabot-preview[bot] fd3ff3f133
Bump jacoco-maven-plugin from 0.8.4 to 0.8.6
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.4 to 0.8.6.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.4...v0.8.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-24 03:36:42 +00:00
2021-03-23 20:07:42 +03:00

OpenWeatherMap Java API Build Status codecov

Java API for OpenWeatherMap services.

Implemented features:

  • 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-SNAPSHOT</version>
</dependency>

Gradle coordinates:

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

Documentation

License

MIT

Languages
Java 100%