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

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

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
```