Skip to content

Alexa Skill - Local Express Server using ngrok for tunnel/SSL

Notifications You must be signed in to change notification settings

JennJin/alexa-sdk-express-ngrok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample using Alexa-sdk with Express.js server and Ngronk

Instructions

  1. Clone the repo: git clone git@github.com:jennjin/alexa-sdk-express
  2. Download and install ngrok to tunnel to your local server (https://ngrok.com/download)
  3. Install packages: npm install
  4. Launch: 'node server.js' - might need to do 'sudo node server.js'
  5. Open a new Terminal Window - Start ngrok server - './ngrok http 80'
  6. Use the URL for your Skill Endpoint

About

Alexa Skill - Local Express Server using ngrok for tunnel/SSL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published