From 700393586905acc616c77a93609b77ab5f6b20ee Mon Sep 17 00:00:00 2001 From: Alexey Zinchenko Date: Tue, 23 Mar 2021 20:07:42 +0300 Subject: [PATCH] Updated README. --- README.md | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 5cab761..506ce42 100644 --- a/README.md +++ b/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 - - com.github.prominence - openweathermap-api - 1.2 - -``` - -New experimental version: ```xml com.github.prominence @@ -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') ```