https://github.com/cameronhunter/chuck-norris-alexa-skill
An Amazon Alexa skill that tells Chuck Norris jokes
https://github.com/cameronhunter/chuck-norris-alexa-skill
Last synced: 5 days ago
JSON representation
An Amazon Alexa skill that tells Chuck Norris jokes
- Host: GitHub
- URL: https://github.com/cameronhunter/chuck-norris-alexa-skill
- Owner: cameronhunter
- Created: 2016-10-27T06:40:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T06:40:15.000Z (over 9 years ago)
- Last Synced: 2025-02-24T13:32:13.779Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chuck Norris
An Alexa skill for the Amazon Echo. Generated by [generator-alexa-skill](https://github.com/cameronhunter/generator-alexa-skill).
## Example phrases
```
Alexa, ask Chuck Norris …
Alexa, ask Chuck Norris …
Alexa, ask Chuck Norris …
```
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/chuck-norris).