goruck / alexa-cookbook

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:JavaScript 94.6%Language:HTML 4.9%Language:Python 0.5%Language:Shell 0.1%