SimpleNote
SimpleNote API wrapper
Example
var Note = Noteall { var keys = notes; note};
API
all([n], fn)
Get n
note indexes from the server. Defaults to 100. fn
has the signature function(err, notes)
where notes
is an array
get(key, fn)
Get a note's data by key. key
corresponds to the key
returned by the index.
TODO
- update
- delete
- create
- tag