dependabot[bot] 7f60964886
Bump jackson-databind from 2.13.2.2 to 2.13.4.2 (#57)
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.4.2.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-14 11:19:48 +03:00
2022-10-24 23:08:15 +03:00
2022-04-17 00:25:07 +03:00
2022-04-17 00:25:07 +03:00
2022-04-17 18:40:52 +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

Other:

  • Request timeout settings

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.3.0</version>
</dependency>

Gradle coordinates:

implementation 'com.github.prominence:openweathermap-api:2.3.0'

Documentation

License

MIT

Languages
Java 100%