dependabot-preview[bot] e9b8f00c5a
Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.8
Bumps nexus-staging-maven-plugin from 1.6.7 to 1.6.8.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-23 22:46:43 +00:00
2019-06-16 14:42:42 +03:00

OpenWeatherMap Java API Build Status codecov

Java API for OpenWeatherMap services.

Implemented features:

  • Current weather data
  • 5 day / 3 hour forecast
  • 16 day / daily forecast
  • UV Index
  • Air pollution(beta)

Will be implemented later:

Global changes in API and more functionality.

Maven coordinates:

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

New experimental version:

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

Gradle coordinates:

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

New experimental version:

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

Documentation

License

MIT

Languages
Java 100%