/alexa-bible-skill

Alexa skill for Bible verse lookups

Primary LanguageJavaScript

bible

An Alexa skill for the Amazon Echo. Generated by generator-alexa-skill.

Example phrases

Alexa, ask bible read Romans chapter 8 verse 8
Alexa, ask bible Luke chapter 12 verse 3
Alexa, ask bible read First Corinthians chapter 13 verse 5

See model/UTTERANCES for more example phrases.

Development

Test

npm test

Package

npm run package

This creates build/package.zip containing the compiled skill - this can be uploaded directly to AWS Lambda. It exposes a single function index.hander. Skill utterances defined in the model directory are expanded and output to build/UTTERANCES.

Deploy

npm run deploy

If you configure the project with AWS credentials then you can build, test, package and deploy the project with a single command. You can check it out in the AWS console.