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.
- Host: GitHub
- URL: https://github.com/gesteves/alexa-dark-sky
- Owner: gesteves
- Created: 2017-06-03T20:50:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T15:34:11.000Z (about 9 years ago)
- Last Synced: 2025-12-04T09:57:49.635Z (7 months ago)
- Topics: alexa-skill, aws-lambda, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 658 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).