An Alexa skill that checks the current Denver Metro area air quality advisories, including any indoor burning restrictions.
- Create your Alexa skill in the Alexa developer console, including choosing an invocation name.
- This webtask supports 2 intents:
forecast
: A summary of today's Denver Metro air quality advisoriesburn_restrictions
: A summary of today's indoor burning restrictions.
Important: Both can be named whatever you want in the developer console, just be sure to set the values by copying
.secrets-template
as.secrets
and filling in the values.
- Create your interaction model in the console, taking care to include sample utterances for each of the intents.
- Deploy Webtask with
npm run create
. - Point Alexa to your webtask endpoint using the developer console, and click to build the skill.
- Enable testing in the console; now you can use your skill on any Alexa-enabled devices that are using your Amazon account.