aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-01-03 13:43:46 -0800
committerMatt Ranostay <matt.ranostay@konsulko.com>2019-01-03 13:43:56 -0800
commit22a150fac9eaf53044fa6f1b918aab0a625fa6aa (patch)
tree75e43d7f1e44160c6cdbb852cab7ff4043374e5f
parent26d2f16fafb14235ca7d062bc4471d8b5e0dec54 (diff)
binding: weather: fix markdown rendering in README.mdhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy/6.99.47.90.06.99.4
Bug-AGL: SPEC-2106 Change-Id: I33931500989d09205838a1bd23bf39f8b3a7fe60 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-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": {