https://github.com/cameronhunter/game-show-alexa-skill
An Alexa skill for the Amazon Echo. It's a game show!
https://github.com/cameronhunter/game-show-alexa-skill
alexa-skill amazon-echo
Last synced: about 1 year ago
JSON representation
An Alexa skill for the Amazon Echo. It's a game show!
- Host: GitHub
- URL: https://github.com/cameronhunter/game-show-alexa-skill
- Owner: cameronhunter
- License: mit
- Created: 2016-04-18T06:32:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T01:04:21.000Z (almost 10 years ago)
- Last Synced: 2025-01-06T21:42:51.301Z (about 1 year ago)
- Topics: alexa-skill, amazon-echo
- Language: JavaScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Game Show Alexa Skill
An Alexa skill for the Amazon Echo – it plays a game show! Generated by [generator-alexa-skill](https://github.com/cameronhunter/generator-alexa-skill).
## Example phrases
```
Alexa, play Game Show
Alexa, ask Game Show for a question
Alexa, ask Game Show to start
```
See `model/UTTERANCES` for more example phrases.
## Development
### Test
```bash
npm test
```
### Package
```bash
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
```bash
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](https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions/game-show).