Find a file
Nicholas Kariniemi 86bfdf80e4 Simplify MongoDB code by just storing whole state
- Every time it receives a state, it blows away the existing one and
  puts in the new one.
- There's a non-zero probability of losing the entire state if the
  server fails after blowing away the previous state and before
  inserting the new.
2014-10-05 00:12:09 +03:00
bin Update chromedriver and fix integration tests 2014-04-25 22:09:38 +03:00
doc Initial commit 2013-07-24 20:39:02 +03:00
public Fix display of recipe titles so whole title shows 2014-08-09 18:40:36 +03:00
src Simplify MongoDB code by just storing whole state 2014-10-05 00:12:09 +03:00
.gitignore Clean up deps 2014-08-03 10:18:49 +03:00
deploy.sh Clean up deps 2014-08-03 10:18:49 +03:00
Procfile Parse command line args better 2014-01-12 15:59:01 +02:00
project.clj Possibly fully working (poorly tested) 2014-10-04 22:52:03 +03:00
README.md Update README 2013-10-11 22:49:16 +03:00

Grub

Grub is a real-time synced grocery list. Mainly it's a way for me to play around with Clojure[Script] and core.async.