https://github.com/alexa-samples/skill-sample-nodejs-hello-world
https://github.com/alexa-samples/skill-sample-nodejs-hello-world
alexa-skill-sample ask-sdk-for-nodejs beginner
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexa-samples/skill-sample-nodejs-hello-world
- Owner: alexa-samples
- License: apache-2.0
- Created: 2016-07-13T19:59:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T17:53:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T23:08:40.919Z (2 months ago)
- Topics: alexa-skill-sample, ask-sdk-for-nodejs, beginner
- Language: JavaScript
- Size: 188 KB
- Stars: 213
- Watchers: 57
- Forks: 296
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Build An Alexa Hello World Skill
### This is a simple tutorial to introduce a simple Alexa skill and code.
## Skill Architecture
Each skill consists of two basic parts, a front end and a back end.
The front end is the voice interface, or VUI.
The voice interface is configured through the voice interaction model.
The back end is where the logic of your skill resides.## Three Options for Skill Setup
There are a number of different ways for you to setup your skill, depending on your experience and what tools you have available.* If this is your first skill, choose the [Alexa-Hosted backend instructions](./instructions/setup-vui-alexa-hosted.md) to get started quickly.
* Developers with the ASK Command Line Interface configured may follow the [ASK CLI instructions](https://github.com/alexa/ask-cli).---
## 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/fr/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