Skip to content

Files

Latest commit

18b3b2c · Nov 17, 2018

History

History
41 lines (28 loc) · 845 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 845 Bytes

alt text

Alexa Skill

Getting Started

Here is some information on how to install dependencies and run the application

Prerequisite

Python 3 is required for this application

Add control file to path

Add the 'run' bash file to path so run command can be used

export PATH=$PATH:<root/folder/of/application>

Installing

run setup

Running the development server

With run

run start

Running the skill behind https with ngrok

ngrok http 5000

ngrok makes it so Alexa can talk to your code right away.
Use the HTTPS endpoint on Amazon's developer portal

Authors

  • Kevin James parks