mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 03:26:45 +03:00
Merge pull request #9 from Prominence/dependabot/maven/dev/com.fasterxml.jackson.core-jackson-databind-2.12.2
OpenWeatherMap Java API

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