| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modular NodeJS based server for your Amazon Echo skills using the Alexa Skills Kit.
##Table of Contents
##Getting Started In this section we will walk you through everything you need to get started with creating skills for your Amazon Echo.
####Creating an Account To become an Alexa developer you must sign up HERE
####Create Your First Skill
Step 1
Once you have a developer account setup and have logged in, Click on Get Started under Alexa Skills Kit
Step 2
Click Add A New Skill
Step 3
Fill out the Create A New Skill form
Step 4
Add an Intent Schema and Utterance
Step 5
Test your new skill.
NOTE: You will have to complete Getting Started with Server before you can test your new skill.
####Getting Started with Server
##How this application works The alexa-server application is an express webserver that routes Amazon requests to various app modules located in your app_modules directory. Each of these modules creates a global function that is called by the express router based on the URL path.
For example a request to https://[your server URL]/thermostat would route the request to global.thermostat
##Adding modules
##Compatible modules (If you create one, let me know and I will add it to the list)
##Create Your Own Module TODO: Add instructions for creating your own module
##Using Heroku I have included a procfile if you choose to deploy to heroku
##Thanks alexa-app - by Matt Kruse
| Back | FazBrowse Home | New Git URL |