0.1.0 • Published 11 years ago
wotd v0.1.0
word-of-the-day.js
Retrieves the word of the day from merriam-webster's website
Install
npm install -g wotd
Usage
var wotd = require('wotd');
wotd(function(err, result) {
if (err) return console.log(error);
console.log(result);
});
LICENSE
MIT. See LICENSE
0.1.0
11 years ago