doby
v0.0.2
Published
Expiring TODO notes
Readme
node-doby
Provides the same functionality as DoBy.
Install
$ npm install dobyUsage
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
