Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/miguelmota/ASK-fortune
- Owner: miguelmota
- Archived: true
- Created: 2015-12-03T05:45:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T08:20:12.000Z (almost 9 years ago)
- Last Synced: 2024-04-27T01:31:11.433Z (6 months ago)
- Language: JavaScript
- Homepage: https://github.com/miguelmota/ASK-fortune
- Size: 1.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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