Site updated at 2016-06-01 19:17:44 UTC

This commit is contained in:
Travis CI 2016-06-01 19:17:44 +00:00
parent 20aaf56717
commit 509d020310
21 changed files with 27 additions and 27 deletions

View file

@ -91,10 +91,10 @@
<p>The <code>forecast</code> platform uses the <a href="https://forecast.io/">Forecast.io</a> web service as a source of meteorological data for your location. The location is based on the <code>longitude</code> and <code>latitude</code> coordinates configured in <code>configuration.yaml</code>. The coordinates are auto-detected but to take advantage of the hyper-local weather reported by forecast.io, you can refine them down to your exact home address. GPS coordinates can be found by using Google Maps and clicking on your home.</p>
<p>You need an API key which is free but requires <a href="https://developer.forecast.io/register">registration</a>. You can make up to 1000 requests per day which means that you could make one approximately every 86 seconds.</p>
<p>You need an API key which is free but requires <a href="https://developer.forecast.io/register">registration</a>. You can make up to 1000 calls per day for free which means that you could make one approximately every 86 seconds.</p>
<p class="note warning">
<a href="https://forecast.io/">Forecast.io</a> will charge you $0.0001 per API call if you enter your credit card details and create more than 1000 call per day.
<a href="https://forecast.io/">Forecast.io</a> will charge you $0.0001 per API call if you enter your credit card details and create more than 1000 calls per day.
</p>
<p>To add Forecast.io to your installation, add the following to your <code>configuration.yaml</code> file:</p>