Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

wotd

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wotd

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

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

dictionary

FAQs

Package last updated on 13 Mar 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts