Skip to content

Alexa-hosted skill boilerplate in TypeScript for new projects. Features: Persistence Storage, AudioPlayer API

Notifications You must be signed in to change notification settings

gotwig/Alexa-Hosted-Typescript-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alexa-Hosted-Typescript-Starter

Based on: https://github.com/ThomasVuillaume/alexa-skill-typescript-boilerplate-ask-v2 and https://forums.developer.amazon.com/questions/224104/create-an-alexa-hosted-skill-nodejs-with-typescrip.html

This is a boilerplate if you want to create an Alexa-hosted Skill in Typescript! Very basic and easy. Comes with de-DE for now, can be easily changed online in Alexa Developer Console.

Features:

  • Persistence Storage API
  • Audio Player API (needs to be enabled in the Developer Console, under Interfaces!)

Usage:

  1. Create new Alexa-hosted skill with ask create
  2. git clone this repository
  3. open console in lambda subdirectory
  4. npm i to get dependencies
  5. npm run build to build typescript code
  6. or npm run deploy to build & deploy via git
  7. Manual deploy is also possible via simple git push origin master (from root dir!)

About

Alexa-hosted skill boilerplate in TypeScript for new projects. Features: Persistence Storage, AudioPlayer API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published