Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miguelmota/ASK-fortune

Alexa Skills Kit Fortune App; Read a random, hopefully interesting, adage.
https://github.com/miguelmota/ASK-fortune

Last synced: 3 months ago
JSON representation

Alexa Skills Kit Fortune App; Read a random, hopefully interesting, adage.

Awesome Lists containing this project

README

        

# Alexa Skills Kit Fortune App

> Read a random, hopefully interesting, adage.

Copycat of unix [`fortune`](https://en.wikipedia.org/wiki/Fortune_(Unix)) command for the Amazon Echo.

# Example

```
> Alexa, open fortune.

(response) You will remember something that you should not have forgotten.
```

Example utterances to ask:

```
Alexa, open fortune.
Alexa, tell fortune.
Alexa, load fortune.
Alexa, start fortune.
Alexa, ask fortune.
```

You can also keep an open session to keep it reading fortunes.

```
> Alexa, tell fortune to remain open.
(response) ok.
> tell me a fortune.
(response) A visit to a strange place will bring fresh work.
> tell me another one.
(response) Today is the first day of the rest of your life.
> another one.
(response) You are confused; but this is your normal state.
> repeat last fortune.
(response) You are confused; but this is your normal state.
> exit.
```

# License

MIT