-
Notifications
You must be signed in to change notification settings - Fork 56
Part 1. Weather API Dark Sky
jrbail01 edited this page Jun 7, 2018
·
2 revisions
Dark Sky (https://darksky.net/) specializes in weather forecasting and visualization. The really cool aspect of Dark Sky is that they have an API that we can use to retrieve the weather data (pretty much) any where in the world.
Temperature, dew point, wind gust, humidity, precipitation, pressure, UV index, ... all easily available for wherever we want, whenever we want. Let's learn how to use Dark Sky's super-simple API.