0.0.2 • Published 12 years ago
doby v0.0.2
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