diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ Weather service uses current weather conditions from the OpenWeathermap webservi ## Verbs | Name | Description | JSON Parameters | -|:----------------|:--------------------------------|:------------------------------------------------| +|-----------------|---------------------------------|-------------------------------------------------| | subscribe | subscribe to media events | *Request:* {"value":"weather"} | | unsubscribe | unsubscribe to media events | *Request:* {"value":"weather"} | | api_key | get/set API key | *Request:* {"value": "openweather map api key"} | @@ -20,6 +20,7 @@ JSON Response is the current weather of the location detected from the geoclue s OpenWeatherAPI Response API Documentation: *http://openweathermap.org/current* Example Response: + <pre> { "coord": { |