mirror of
https://github.com/Prominence/openweathermap-java-api.git
synced 2026-01-10 20:06:44 +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:
|
### Implemented features:
|
||||||
* Current weather data
|
* Current weather data
|
||||||
* 5 day / 3 hour forecast
|
* 5 day / 3-hour forecast
|
||||||
* 16 day / daily forecast
|
|
||||||
* UV Index
|
|
||||||
* Air pollution(beta)
|
|
||||||
|
|
||||||
### Will be implemented later:
|
### 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:
|
### Maven coordinates:
|
||||||
|
|
||||||
```xml
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.github.prominence</groupId>
|
|
||||||
<artifactId>openweathermap-api</artifactId>
|
|
||||||
<version>1.2</version>
|
|
||||||
</dependency>
|
|
||||||
```
|
|
||||||
|
|
||||||
New experimental version:
|
|
||||||
```xml
|
```xml
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.prominence</groupId>
|
<groupId>com.github.prominence</groupId>
|
||||||
@ -32,11 +31,6 @@ New experimental version:
|
|||||||
|
|
||||||
### Gradle coordinates:
|
### Gradle coordinates:
|
||||||
|
|
||||||
```groovy
|
|
||||||
compile('com.github.prominence:openweathermap-api:1.2')
|
|
||||||
```
|
|
||||||
|
|
||||||
New experimental version:
|
|
||||||
```groovy
|
```groovy
|
||||||
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
|
compile('com.github.prominence:openweathermap-api:2.0-SNAPSHOT')
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user