doby
v0.0.2
Published
Expiring TODO notes
Downloads
5
Readme
node-doby
Provides the same functionality as DoBy.
Install
$ npm install doby
Usage
var todo = require('doby');
todo('Do this!', '2014-05-19');
API
todo(note, date)
Throws an exception with message note
, if executed after date
.
License
MIT