tailrecursion / presioke

Presentation karaoke app in ClojureScript using Hoplon
http://alandipert.github.io/presioke/
10 stars 3 forks source link

presioke

This ClojureScript application uses Hoplon and the flickr API to obtain random images and display them in the browser. Try it or see all of the code.

Dependencies

Development

  1. Start the auto-compiler and get audio compiler feedback:
$ boot watch hear [hoplon {:prerender false}]
  1. Open the compiled html file.
$ cd resources/public
$ open index.html

Compile for Production

$ boot prod

License

Copyright © 2014 Alan Dipert

Distributed under the Eclipse Public License, the same as Clojure.