This RESTful API returns a json object with aphorisms, much like a opening a fortune cookie.
curl https://aphorismcookie.herokuapp.comResponse
{
"data": {
"message": "Everything will now come your way.",
},
"meta": {
"status": 200,
}
}Also has a slack friendly endpoint!
curl https://aphorismcookie.herokuapp.com/slackResponse
{
"response_type": "in_channel",
"text": "🥠 your fortune reads: 'Everything has beauty but not everyone sees it.'"
}npm install
Basic usage
npm run start