Skip to content

ZahoreczTibor/alexa-cookbook

 
 

Repository files navigation

Alexa Skill Building Cookbook

Ingredients

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

Before Cooking (pre-requisites)

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 testing folder for various ways you can test your skill during development.

Back to the github.com/alexa home page.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 4.9%
  • Other 0.6%