/lawnchair_notes

A demo of the Lawnchair client side JSON document store, using TouchDB adapter

Primary LanguageJavaScript

This is a simple demo of Brian Leroux's Lawnchair.

It does CRUD on a note model and stores the notes on your machine. It uses TouchDB or CouchDB for persistence. In order to use it, you need to have node.js around and run node serve.js

Most of the meat is in javascripts/notes.js.