mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-10 11:56:44 +03:00
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
OpenWeatherMap Java API

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
- OpenWeatherMap Java API - 1.0
- OpenWeatherMap Java API - 1.1
- OpenWeatherMap Java API - 1.2
- OpenWeatherMap Java API - 2.0.0
- OpenWeatherMap Java API - 2.0.1
- OpenWeatherMap Java API - 2.1.0
- OpenWeatherMap Java API - 2.1.1
- OpenWeatherMap Java API - 2.2.0
- OpenWeatherMap Java API - SNAPSHOT
License
MIT
Languages
Java
100%