mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 03:26:45 +03:00
64 lines
1.7 KiB
Markdown
64 lines
1.7 KiB
Markdown
# OpenWeatherMap Java API [![Build Status][ci-shield]][ci-link] [![codecov][codecov-shield]][codecov-link]
|
|
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:
|
|
|
|
```xml
|
|
<dependency>
|
|
<groupId>com.github.prominence</groupId>
|
|
<artifactId>openweathermap-api</artifactId>
|
|
<version>2.4.1`</version>
|
|
</dependency>
|
|
```
|
|
|
|
### Gradle coordinates:
|
|
|
|
```groovy
|
|
implementation 'com.github.prominence:openweathermap-api:2.4.1'
|
|
```
|
|
|
|
### Documentation
|
|
* [OpenWeatherMap Java API - 1.0](docs/Release_1.0.md)
|
|
* [OpenWeatherMap Java API - 1.1](docs/Release_1.1.md)
|
|
* [OpenWeatherMap Java API - 1.2](docs/Release_1.2.md)
|
|
* [OpenWeatherMap Java API - 2.0.0](docs/Release_2.0.0.md)
|
|
* [OpenWeatherMap Java API - 2.0.1](docs/Release_2.0.1.md)
|
|
* [OpenWeatherMap Java API - 2.1.0](docs/Release_2.1.0.md)
|
|
* [OpenWeatherMap Java API - 2.1.1](docs/Release_2.1.1.md)
|
|
* [OpenWeatherMap Java API - 2.2.0](docs/Release_2.2.0.md)
|
|
* [OpenWeatherMap Java API - 2.3.0](docs/Release_2.3.0.md)
|
|
* [OpenWeatherMap Java API - 2.4.0](docs/Release_2.4.0.md)
|
|
* [OpenWeatherMap Java API - 2.4.1](docs/Release_2.4.1.md)
|
|
|
|
### License
|
|
MIT
|
|
|
|
[ci-shield]: https://travis-ci.org/Prominence/openweathermap-java-api.svg?branch=master
|
|
[ci-link]: https://travis-ci.org/Prominence/openweathermap-java-api
|
|
|
|
|
|
[codecov-shield]: https://codecov.io/gh/Prominence/openweathermap-java-api/branch/master/graph/badge.svg
|
|
[codecov-link]: https://codecov.io/gh/Prominence/openweathermap-java-api
|