https://github.com/alexa-samples/skill-sample-nodejs-trivia
https://github.com/alexa-samples/skill-sample-nodejs-trivia
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-nodejs-trivia
- Owner: alexa-samples
- Created: 2016-07-13T19:58:22.000Z (almost 10 years ago)
- Default Branch: en-US
- Last Pushed: 2022-12-20T23:17:00.000Z (over 3 years ago)
- Last Synced: 2024-08-04T00:04:48.753Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.15 MB
- Stars: 259
- Watchers: 73
- Forks: 307
- Open Issues: 6
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Regions: [π―π΅](../../tree/ja-JP) [π²π½](../../tree/es-MX)
# Build An Alexa Trivia Skill πΊπΈ

This Alexa sample skill is a template for a basic trivia skill. Provided a list of interesting questions about a topic, Alexa will select a question at random and ask it of the user when the skill is invoked.
To **Get Started** click the button below:
[](./instructions/1-voice-user-interface.md)
Or click [here](./instructions/7-cli.md) for instructions using the ASK CLI (command line interface).
## Additional Resources
### Community
* [Amazon Developer Forums](https://forums.developer.amazon.com/spaces/165/index.html) - Join the conversation!
* [Hackster.io](https://www.hackster.io/amazon-alexa) - See what others are building with Alexa.
### Tutorials & Guides
* [Voice Design Guide](https://developer.amazon.com/designing-for-voice/) - A great resource for learning conversational and voice user interface design.
* [Codecademy: Learn Alexa](https://www.codecademy.com/learn/learn-alexa) - Learn how to build an Alexa Skill from within your browser with this beginner friendly tutorial on Codecademy!
### Documentation
* [Official Alexa Skills Kit Node.js SDK](https://www.npmjs.com/package/ask-sdk) - The Official Node.js SDK Documentation
* [Official Alexa Skills Kit Documentation](https://developer.amazon.com/docs/ask-overviews/build-skills-with-the-alexa-skills-kit.html) - Official Alexa Skills Kit Documentation