0.10.8 • Published 6 years ago
ask-gib-api v0.10.8
ask-gib-api
Alexa Skills Kit API Library for TypeScript
See also ask-gib for authoring Alexa Skills in TypeScript.
Installation
Install with npm:
npm install --save ask-gib-api
Note that because this actually compiles constants, this is installed with the
--save
option and NOT --save-dev
.
Import ES6 style:
import * as ask from 'ask-gib-api';
NOTE: If you're also using the full ask-gib library, you don't need to import this library directly.
API Breakdown
- alexa-skills-kit.ts
Thanks
- Amazon for creating such good documentation and a good product.
- The official Alexa Skills Kit SDK for Node.js
- This is where I got the idea for the simple DynamoDB table persistence approach :+1:
- Up.