wotd

0.1.0 • Public • Published

word-of-the-day.js

Retrieves the word of the day from merriam-webster's website

Install

npm install -g wotd

Usage

word of the day.js

var wotd = require('wotd');
 
wotd(function(err, result) {
  if (err) return console.log(error);
 
  console.log(result);
});

LICENSE

MIT. See LICENSE

Package Sidebar

Install

npm i wotd

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vohof