A (not limited to) UK TV Guide skill for Alexa, using TVmaze and OMDB
Currently undergoing reivew from Amazon.
Download the skill from the alexa store (note: skill is currently under review). Intents currently supported:
- ShowAirtimeIntent: eg. "Alexa, ask TV Guide what time 'Humans' is on"
- ShowAirtimeFullIntent: eg. "Alexa, ask TV Guide how long is 'Humans'"
- ShowCastIntent: eg. "Alexa, ask TV Guide who's the lady from 'Humans'"
- ShowChannelIntent: eg. "Alexa, ask TV Guide what channel 'Humans' is on."
- ShowPreviousSummaryIntent: eg. "Alexa, ask TV Guide to catch me up on 'Humans'"
- AMAZON.HelpIntent
git clone https://github.com/matt-parish/alexa-tv-guide.git
cd alexa-tv-guide
npm install
node index
Pull requests / issues and suggestions welcome - I'd love this to become a community effort!