Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lioneljouin/alexa-guess-anything
- Owner: LionelJouin
- License: mit
- Created: 2019-01-18T01:34:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T19:31:31.000Z (about 2 years ago)
- Last Synced: 2024-10-27T23:28:12.875Z (4 months ago)
- Topics: alexa, alexa-sdk, alexa-skill, aws, aws-lambda, gulp, javascript, lambda, lambda-functions, npm, typescript
- Language: TypeScript
- Homepage:
- Size: 348 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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