About Cowsay Online
This is an implementation of cowsay as a webapp, because we all know that of course everything is better in the Cloud. Written in Scala with Akka HTTP.
It aims to provide, in a single app:
- a webpage to manually generate cowsay outputs
- a RESTful API providing the same service
- integration with Slack (using slash commands)
Props to Tony Monroe for the original cowsay program.
_____________________________ < Cows ♥ Scala and Akka HTTP! > ----------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
Source code available on GitHub.
See also:
- Wikipedia for more info on cowsay
- tnalpgge/rank-amateur-cowsay for the original program