https://github.com/dakimura/alexa-repeat-after-me-skill
https://github.com/dakimura/alexa-repeat-after-me-skill
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dakimura/alexa-repeat-after-me-skill
- Owner: dakimura
- License: bsd-2-clause
- Created: 2018-06-25T23:19:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T23:50:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T07:27:13.157Z (4 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alexa Skill - Repeat After Me
「セイ」に続いて好きなフレーズを言うとそれを繰り返してくれるだけのAlexa Skillです。
## How to use
```$xslt
アレクサ、一言リピートを開いて
↓
セイハロー!
``````$xslt
アレクサ、一言リピートを開いてセイヤッホー!
```### How to create jar
```$xslt
mvn assembly:assembly -DdescriptorId=jar-with-dependencies package
```