From 40a30c24a088154533b05a881984cea54783aeff Mon Sep 17 00:00:00 2001 From: fewieden Date: Sun, 30 Dec 2018 20:52:27 +0100 Subject: [PATCH] link provider readme in module readme --- modules/default/weather/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/default/weather/README.md b/modules/default/weather/README.md index ee9ec7b8..89e65de1 100644 --- a/modules/default/weather/README.md +++ b/modules/default/weather/README.md @@ -92,3 +92,7 @@ The following properties can be configured: | `apiKey` | The [DarkSky](https://darksky.net/dev/register) API key, which can be obtained by creating an DarkSky account.

This value is **REQUIRED** | `lat` | The geo coordinate latitude.

This value is **REQUIRED** | `lon` | The geo coordinate longitude.

This value is **REQUIRED** + +## API Provider Development + +If you want to add another API provider checkout the [Guide](providers).