Socket
Book a DemoInstallSign in
Socket

moby

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moby

An open-source website (and CLI) for searching the largest thesaurus in the English language.

latest
Source
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

moby

moby-thesaurus.org is a free and open-source website designed to facilitate meanderings through the Moby Thesaurus, the largest thesaurus in the English language. As of version 1.0, this package also includes synonym data from the Open Office thesaurus.

This git repository is many things:

  • The source code for the moby-thesaurus.org website.
  • A tiny and simple JavaScript interface for querying Moby Thesaurus and Open Office Thesaurus data.
  • A command-line interface (CLI) for searching a local, cached copy of the thesaurus from the terminal.
  • A module on npm called moby.
  • Rad.

Browser Usage

Go to moby-thesaurus.org and get lost in the associations.

Command Line Usage

Install node.js if you don't already have it. Then:

npm install moby --global
moby ecstasy

Display results one per line:

moby weird | tr , '\n'

Node.js Usage

Install moby in your project directory. The --save flags adds it to the list of dependencies in your package.json file.

cd my-project
npm install moby --save

Then in your javascript code:

var moby = require('moby')

console.log(moby.search('mad'))
console.log(moby.search('smaragdine'))
console.log(moby.reverseSearch('smaragdine'))

License

Same license as the one on the moby project homepage:

The Moby lexicon project is complete and has been placed into the public domain. Use, sell, rework, excerpt and use in any way on any platform. Placing this material on internal or public servers is also encouraged. The compiler is not aware of any export restrictions so freely distribute world-wide.

See also the Open Office license included in the thesaurus package.

Keywords

words

FAQs

Package last updated on 06 Sep 2016

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