Kanye Alexa Skill
Read moreAn Alexa skill for the Amazon Echo. It reads Kanye's tweets using the Twitter API as well as dropping knowledge from Wikiquote.
Example phrases:
- Alexa, ask Kanye what's up
- Alexa, ask Kanye for wisdom
- Alexa, ask Kanye who's the greatest
The project is written in ES2015 and compiled to ES5 compatible JavaScript so that it can run on AWS Lambda. It reacts to voice intents sent from the Amazon Alexa Skills Kit, calls the Twitter API, builds a voice response and sends it back to the Echo.
Development$ git clone https://github.com/cameronhunter/kanye-alexa-skill.git
$ cd kanye-alexa-skill
$ npm install
$ npm run deploy
Thanks to evangelopoulos.
Comments