Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.