Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.08 KB

README.md

File metadata and controls

39 lines (27 loc) · 2.08 KB

Alexa Build Status

A monorepo of libraries used to build both custom skills and smart home skills for the Amazon Echo.

Libraries

NPM Version

Provides ES7 annotations for declaratively building both custom skills and smart home skills for the Echo. These skills are designed to be run on AWS Lambda. Try it out in the Playground.

NPM Version

Provides constants commonly used in Amazon Alexa requests and responses.

NPM Version

Provides a chainable pattern for building requests that skills would receive via AWS Lambda. This library is mostly used to build test requests for end-to-end testing of skills.

NPM Version

Provides a chainable pattern for building responses for skill intents and smart home directives. Easily create speech, cards, and question responses as well as smart home responses.

NPM Version

Alexa supports speech via simple strings, but it also supports more complex speech defined in SSML. This library allows developers to write valid SSML as JSX inline with their JavaScript.