summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3c30616..a0c9d29 100644
--- a/README.md
+++ b/README.md
@@ -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": {