Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hideokamoto/alexa-aws-quiz


https://github.com/hideokamoto/alexa-aws-quiz

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Alexa Cloud Quiz Game Skill backend

[![Build Status](https://travis-ci.org/hideokamoto/alexa-aws-quiz.svg?branch=master)](https://travis-ci.org/hideokamoto/alexa-aws-quiz)

## setup

```
$ git clone [email protected]:hideokamoto/alexa-aws-quiz.git
$ cd alexa-aws-quiz
$ npm i
```

## deploy to aws

```
$ npm prune --production
$ serverless deploy --region us-east-1
$ npm install
```

## test

```
$ npm test
```

## lint

```
$ npm run lint

or

$ npm run lint -- --fix
```

## Setup the skills
Go to [https://developer.amazon.com](https://developer.amazon.com) and setup an Alexa Skills.