A ClojureScript-based processor and viewer for directories of pictures/photos.
Go to file
John Bintz cc8000a48b start work on database support 2016-01-14 07:07:50 -05:00
dev-src/picture_processor forgot dev-src stuff 2016-01-07 09:49:10 -05:00
doc initial commit 2016-01-06 18:31:18 -05:00
migrations add database migration support 2016-01-14 07:07:24 -05:00
public remove public/index.js and make it so express can be stopped/started 2016-01-13 06:51:46 -05:00
src start work on database support 2016-01-14 07:07:50 -05:00
test/picture_processor initial commit 2016-01-06 18:31:18 -05:00
.gitignore add database migration support 2016-01-14 07:07:24 -05:00
LICENSE initial commit 2016-01-06 18:31:18 -05:00
README.md got browser repl working finally 2016-01-12 06:59:07 -05:00
database.json add database migration support 2016-01-14 07:07:24 -05:00
project.clj add database migration support 2016-01-14 07:07:24 -05:00

README.md

picture-processor

Process a bunch of pictures in nested directories and provide a nice, mobile- friendly view of them.

REPL with vim-fireplace and Piggieback

client-side

  • lein repl
  • In the repl, (web-start) to launch a Jetty server on port 3500.
  • In the browser, http://localhost:3500.
  • In vim, :Connect, then :Piggieback (weasel.repl.websocket/repl-env :port 45192)
  • In the browser console, startRepl(45192)
  • Evaluate away!

server-side

  • lein repl
  • In the repl, (start) to launch a cljs node repl.
  • In vim, :Connect, then :Piggieback (weasel.repl.websocket/repl-env :port 45192)
  • In the cljs repl, (require 'picture-processor.repl)
  • ...and then (picture-processor.repl/start 45192)
  • Evaluate away!

License

Copyright © 2016 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.