dependabot-preview[bot] 1cbff68338
Bump jackson-databind from 2.12.2 to 2.12.3 (#21)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-04-22 11:05:09 +03:00
2021-04-17 17:23:57 +03:00
2021-04-17 17:14:51 +03:00
2021-04-17 17:23: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
  • One Call API
  • Air pollution

Will be implemented later:

Free:

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

Gradle coordinates:

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

Documentation

License

MIT

Languages
Java 100%