Haskell web api using the Spock framework for hosting on CloudFoundry.
cabal build
export PORT=3000
dist/build/DevilsDictionary/DevilsDictionary
- [GET] / Return the complete Devil's Dictionary
- [GET] /keys Return all the dictionary keys
- [GET] /{key} Return the definition of the specified word