Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hideokamoto/alexa-aws-quiz
https://github.com/hideokamoto/alexa-aws-quiz
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hideokamoto/alexa-aws-quiz
- Owner: hideokamoto
- Created: 2017-11-14T18:43:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-04T05:30:39.000Z (over 4 years ago)
- Last Synced: 2024-05-27T15:54:12.845Z (6 months ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 lintor
$ npm run lint -- --fix
```## Setup the skills
Go to [https://developer.amazon.com](https://developer.amazon.com) and setup an Alexa Skills.