All Projects → alexa → Alexa Cookbook

alexa / Alexa Cookbook

Licence: other
A series of sample code projects to be used for educational purposes during Alexa hackathons and workshops, and as a reference for tutorials and blog posts.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Alexa Skill Building Cookbook

** The Alexa Cookbook has been archived **

The Alexa Cookbook has been broken up into individual recipes to make code samples easier to search, discover, and implement. These samples, along with many others, can now be found at https://github.com/alexa-samples.

Welcome!

These folders contain short code samples that show you how to add features to an Alexa skill. Let's assume we are a chef, with an idea for a fancy new recipe. The recipe will require one or more ingredients to be combined to create the finished product. Alexa skills follow the same model. Basic ingredients can be added together to create a robust skill. This Cookbook is a desk reference for other Alexa skill design materials.

Table of Contents

  • feature-demos are demos focused on demonstrating a specific feature
  • guides contains supplemental guides to address specific use cases
  • tools contains utilities and tools which help make skill building or operating easier.

Before Cooking (prerequisites)

Recommended:

  • You should have some experience with scripting or Javascript programming.
  • Review and install developer utilities from the tools folder

After Cooking (testing)

  • Review the guides/testing folder for various ways you can test your skill during development.

Back to the github.com/alexa home page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].