Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexa-samples/skill-sample-nodejs-trivia
https://github.com/alexa-samples/skill-sample-nodejs-trivia
Last synced: 4 days 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 (over 8 years ago)
- Default Branch: en-US
- Last Pushed: 2022-12-20T23:17:00.000Z (about 2 years ago)
- Last Synced: 2024-08-04T00:04:48.753Z (5 months 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:
[![Get Started](https://camo.githubusercontent.com/db9b9ce26327ad3bac57ec4daf0961a382d75790/68747470733a2f2f6d2e6d656469612d616d617a6f6e2e636f6d2f696d616765732f472f30312f6d6f62696c652d617070732f6465782f616c6578612f616c6578612d736b696c6c732d6b69742f7475746f7269616c732f67656e6572616c2f627574746f6e732f627574746f6e5f6765745f737461727465642e5f5454485f2e706e67)](./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