From 14c60c5997a263996e892d9d1dcd8fb73364b741 Mon Sep 17 00:00:00 2001 From: kendocode Date: Wed, 13 Jun 2018 18:02:32 -0500 Subject: [PATCH] Add link for darksky api key since wunderground no longer free --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af56b474..2ed7f01e 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ See [private development instructions](https://github.com/huginn/huginn/wiki/Pri In order to use the WeatherAgent you need an [API key with Wunderground](http://www.wunderground.com/weather/api/). Signup for one and then change the value of `api_key: your-key` in your seeded WeatherAgent. +Note, Wunderground no longer offers free API keys. You can still use the WeatherAgent by setting the service key to darksky, and getting an [API key from DarkSky](https://darksky.net/dev). + #### Disable SSL We assume your deployment will run over SSL. This is a very good idea! However, if you wish to turn this off, you'll probably need to edit `config/initializers/devise.rb` and modify the line containing `config.rememberable_options = { :secure => true }`. You will also need to edit `config/environments/production.rb` and modify the value of `config.force_ssl`.