A simple webapp, to show fortune cookies. You can use it in manual or random mode(via config).
lein.sh clean
lein.sh deps
lein.sh compile
lein.sh ring uberjar
To start the generated artefact use either:
java -jar target/lein-fortune-[version]-standalone.jar
or
lein.sh ring server
Then go to
Distributed under the Eclipse Public License, the same as Clojure.