Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 617 Bytes

File metadata and controls

9 lines (7 loc) · 617 Bytes

Bare minimum Node.js Alexa Skill Boiler Plate

This is a bare minimum boiler plate for Alexa Skill created by Pradipta Shrestha of Cowtown Software LLC. Feel free to fork it and add anything to it and start working on your very own Alexa Skill.

To start, clone this repository to appropriate folder of your choice on your computer. Make sure node.js is installed. Then, on your terminal navigate to folder "src" then enter the following command:

npm install --save alexa-sdk

Learn more about the Alexa Skills Kit SDK for Node.js at alexa-sdk