Documentation was updated.

This commit is contained in:
2018-08-04 19:18:54 +03:00
parent 87fb040169
commit 6ffa524ce7
2 changed files with 395 additions and 4 deletions
+6 -4
View File
@@ -4,30 +4,32 @@ Java API for OpenWeatherMap services.
### Implemented features:
* Current weather data
* 5 day / 3 hour forecast
### Will be implemented later:
* 16 day / daily forecast
* UV Index(beta)
* Air pollution(beta)
### Will be implemented later:
TBD
### Maven coordinates:
```xml
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>1.0</version>
<version>1.1</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:1.0')
compile('com.github.prominence:openweathermap-api:1.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 - SNAPSHOT](docs/SNAPSHOT.md)
### License