Skip to content

avdoshenkov/alexa-counter-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Amazon Alexa counter skill

Skill, which can increment counter through the voice command count or by clicking the button (if device supports Alexa Presentation Language (APL)).

Project is built with Alexa Skills Kit SDK (ASK SDK) for Node.js

Interface presentation

Main screen

Skill screenshot

All flow

Screen casting

How to use

  1. Clone repository
  2. Run the next commands:
    • npm run build - to build the project
    • npm run pack - to get an artifact (.zip archive) for deployment
  3. Find the ./dist/to-deploy.zip file which as an artifact for Amazon Lambda
  4. Create your own Amazon Lambda function and upload ./dist/to-deploy.zip to it.
  5. Create and configure your skill.
  6. Configure your skill to support the Alexa.Presentation.APL interface
  7. Test your skill.

When you stop or cancel the skill usage, you will hear Goodbye! and counter will be reseted.

Potential steps to improvements

  1. Move all Lambda fuction content to lambda subdirectory
  2. Implement CI/CD

About

The simple Amazon Alexa counter skill with voice command and touch screen interaction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors