Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lioneljouin/alexa-guess-anything

Alexa game, the goal is to guess a number, alexa will tell you if you are right, if it's more or if it's less.
https://github.com/lioneljouin/alexa-guess-anything

alexa alexa-sdk alexa-skill aws aws-lambda gulp javascript lambda lambda-functions npm typescript

Last synced: about 2 months ago
JSON representation

Alexa game, the goal is to guess a number, alexa will tell you if you are right, if it's more or if it's less.

Awesome Lists containing this project

README

        

# Alexa-Guess-Anything

[![Build](https://img.shields.io/travis/LionelJouin/Alexa-Guess-Anything)](https://travis-ci.com/LionelJouin/Alexa-Guess-Anything)
[![Requirements Status](https://img.shields.io/requires/github/LionelJouin/Alexa-Guess-Anything)](https://requires.io/github/LionelJouin/Alexa-Guess-Anything/requirements/?branch=master)

## Install Dependencies

```
cd lambda
npm install
```

## Build

```
npm build
```

## Testing

```
npm test
```

## Deployment

## Authors

* **Lionel Jouin** - [LionelJouin](https://github.com/LionelJouin)

See also the list of [contributors](https://github.com/LionelJouin/Alexa-Guess-Anything/graphs/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details