alexa-skill-boilerplate

Build Status

Coverage Status

Known Vulnerabilities

Prerequisits

  • node 8+

Quickstart

Set up accounts with aws / now / heroku

npm run init

Deploy code to now and spec to AWS

npm run deploy:now

First time deploying to Heroku need to create a new dyno

npm run deploy:new-heroku

Deploy code to heroku and spec to AWS

npm run deploy:update-heroku

Test

npm test