Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amzn/alexa-skills-kit-js
SDK and example code for building voice-enabled skills for the Amazon Echo.
https://github.com/amzn/alexa-skills-kit-js
Last synced: about 1 month ago
JSON representation
SDK and example code for building voice-enabled skills for the Amazon Echo.
- Host: GitHub
- URL: https://github.com/amzn/alexa-skills-kit-js
- Owner: amzn
- License: apache-2.0
- Archived: true
- Created: 2015-07-21T21:46:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T06:10:20.000Z (about 4 years ago)
- Last Synced: 2024-09-21T16:50:14.968Z (about 1 month ago)
- Homepage: http://developer.amazon.com/ask
- Size: 8.42 MB
- Stars: 1,135
- Watchers: 155
- Forks: 1,042
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# We Have a New Home!
This Node.js Alexa Skills Kit project has been deprecated. A new Alexa Skills Kit SDK for Node.js, along with updated skill samples, is available in our new home: [https://github.com/alexa](https://github.com/alexa).
If you still need access to the deprecated Node.js Alexa Skills Kit project, please go to [deprecated branch](https://github.com/amzn/alexa-skills-kit-js/tree/deprecated).
## Quick Links
- [New Alexa Skills Kit SDK for Node.js](https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs) - The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
- [Fact Skill Example](https://github.com/alexa/skill-sample-nodejs-fact) - A great place to start for any first time Alexa skills developer. This tutorial steps you through the process of building an Alexa skill similar to "Fact of the Day".
- [Trivia Skill Example](https://github.com/alexa/skill-sample-nodejs-trivia) - Another easy tutorial for both developers and non-developers to build a solid trivia skill.
- [How-to Skill Example](https://github.com/alexa/skill-sample-nodejs-howto) - This tutorial makes it easy to create a simple, direction-based skill for Alexa.
- [Hello-World Skill Example](https://github.com/alexa/skill-sample-nodejs-hello-world) - The sample code of the classic “Hello, World!” skill.