An open API service indexing awesome lists of open source software.

https://github.com/gesteves/alexa-dark-sky

An Alexa skill to get Dark Sky weather forecasts.
https://github.com/gesteves/alexa-dark-sky

alexa-skill aws-lambda javascript nodejs

Last synced: 3 months ago
JSON representation

An Alexa skill to get Dark Sky weather forecasts.

Awesome Lists containing this project

README

          

# Alexa Dark Sky

Node-based Alexa skill to get [Dark Sky](https://darksky.net) weather forecasts, hosted on AWS Lambda.

## Commands supported

* "What's the weather?": Speaks the Dark Sky weather forecast for the Echo's saved address.
* "What's the weather in [location]?": Speaks the Dark Sky weather forecast for the given location, which can be a city or a full street address.
* "What's the temperature?": Speaks the current temperature and the high/low for the day at the Echo's saved address.
* "Where's the nearest storm?": Speaks the distance and direction of the storm closest to the Echo's saved address.

## Credits

This skill is [powered by Dark Sky](https://darksky.net/poweredby/). The weather icons are courtesy of [Adam Whitcroft](http://adamwhitcroft.com/climacons/).