An open API service indexing awesome lists of open source software.

https://github.com/cchanxzy/skill-sample-typescript-fact

Alexa skill fact example with TypeScript
https://github.com/cchanxzy/skill-sample-typescript-fact

alexa-skill alexa-skill-sample ask-sdk-for-nodejs ask-sdk-for-nodejs-v2 typescript

Last synced: 3 months ago
JSON representation

Alexa skill fact example with TypeScript

Awesome Lists containing this project

README

        

# Alexa Skill Sample Fact Example with TypeScript

This is a TypeScript version of the template created from [https://github.com/alexa/skill-sample-nodejs-fact](https://github.com/alexa/skill-sample-nodejs-fact).

## TypeScript Conversion

The following packages were added:

- typescript

The following files were created/modified:

- tsconfig.json
- lambda/package.json -> package.json
- lambda/index.js -> src/index.ts
- index.ts
- build.sh

## Build

Run:

```bash
yarn build
```

## Deploy

Run:

```bash
yarn deploy
```