mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-09 19:46:41 +03:00
Updated README.
This commit is contained in:
parent
764b1b7189
commit
7003935869
32
README.md
32
README.md
@ -3,25 +3,24 @@ Java API for OpenWeatherMap services.
|
||||
|
||||
### Implemented features:
|
||||
* Current weather data
|
||||
* 5 day / 3 hour forecast
|
||||
* 16 day / daily forecast
|
||||
* UV Index
|
||||
* Air pollution(beta)
|
||||
* 5 day / 3-hour forecast
|
||||
|
||||
### Will be implemented later:
|
||||
Global changes in API and more functionality.
|
||||
|
||||
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:
|
||||
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.prominence</groupId>
|
||||
<artifactId>openweathermap-api</artifactId>
|
||||
<version>1.2</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
New experimental version:
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.github.prominence</groupId>
|
||||
@ -32,11 +31,6 @@ New experimental version:
|
||||
|
||||
### Gradle coordinates:
|
||||
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:1.2')
|
||||
```
|
||||
|
||||
New experimental version:
|
||||
```groovy
|
||||
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user