wotd

get the word of the day from the Merriam-Webster website

Usage no npm install needed!

<script type="module">
  import wotd from 'https://cdn.skypack.dev/wotd';
</script>

README

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