Skip to content

mosoto/DevilsDictionaryAPI

Repository files navigation

Haskell web api using the Spock framework for hosting on CloudFoundry.

BUILD

cabal build

RUN

export PORT=3000
dist/build/DevilsDictionary/DevilsDictionary

API

  • [GET] / Return the complete Devil's Dictionary
  • [GET] /keys Return all the dictionary keys
  • [GET] /{key} Return the definition of the specified word

About

Playing with CloudFoundry, Haskell and Spock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published