ewandennis / alexa-skill-abbot

Teach Alexa about Abbott and Costello's finest work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Alexa Skill: Who's On First?

This is a small Alexa skill which autoresponds to various prompts from Abbott and Costello's Whos On First? sketch. The service is built on the alexa-app-server and alexa-app packages.

Reference material.

Requirements

Setting Up The Service

git clone https://github.com/ewandennis/alexa-skill-abbot 
npm install
npm start

The service is now listening on port 3000. You can test it by pointing your browser at http://localhost:3000/alexa/abbot.

To use it with your Echo, you will have to deploy it somewhere public such as Amazon Lambda or Heroku (the project has a Procfile for Heroku) and then register the skill in your Amazon Alex Skills Kit account.

About

Teach Alexa about Abbott and Costello's finest work


Languages

Language:JavaScript 100.0%