Simple message application.
Speak message with say command (Mac OS).
$ curl -s http://sayy.herokuapp.com/messages/1.json | jq '.["body"]' | say
- jq http://stedolan.github.io/jq/
- say (Mac OS)
- Edit message http://sayy.herokuapp.com/messages/1/edit
Simple message application.
Speak message with say command (Mac OS).
$ curl -s http://sayy.herokuapp.com/messages/1.json | jq '.["body"]' | say