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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    7
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    7

Package Sidebar

Install

npm i wotd

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vohof