Skip to content

Simple Alexa Skill that plays a list of videos using Alexa Presentation Language.

License

Notifications You must be signed in to change notification settings

mlopezr/skill-sample-apl-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alexa APL Video Skill Sample

Simple skill that plays a list of videos using Alexa Presentation Language.

Features:

  • Shows title and subtitle for a few seconds at the beginning of each video
  • Supports voice commands for stop/pause/resume/next/previous/start over
  • Touching anywhere on the screen (or the action button on a FireTV remote) shows pause/previous/next buttons for a few seconds

Additional resources

Test locally

  • Run the server: cd lambda/custom && node local-debugger.js --portNumber 8080 --skillEntryFile ./index.js). You can replace node by nodemon after installing it to automatically restart the server when files change.
  • Create a tunnel from a public HTTPS endpoint: ngrok http --region=eu 8080
  • Update the skill endpoint

About

Simple Alexa Skill that plays a list of videos using Alexa Presentation Language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published