v1.1.0
Made for Chloe to try to guess her Christmas present, which still hadn't arrived in the post by Christmas Eve.
Built using the Alexa Skills Kit
for "rapid prototyping" because it was Christmas Eve.
Once you have cloned this repo, you'll need to generate a new ASK config file by doing the following:
- Install the ASK CLI
- Run
ask new
- Name your skill (e.g. "ChloeChristmas2018")
- Run
ask deploy
(this will populate the necessary config files) - Copy the newly created
.ask
directory into the repo root directory - In the repo root directory:
cd lambda/custom
npm install
cd ../../
ask deploy