# moby

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

Latest version **1.1.2** (published 2016-09-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install moby
pnpm add moby
yarn add moby
bun add moby
```

Provides the command `moby`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2016-09-06 |
| First published | 2014-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 331 |
| Author | Zeke Sikelianos |
| Maintainers | zeke |
| Keywords | words, language, thesaurus, moby, linguistics, relations, translation, reference, data |

## Links

- npm: https://www.npmjs.com/package/moby
- Repository: https://github.com/zeke/moby
- Homepage: https://github.com/zeke/moby#readme
- Issues: https://github.com/zeke/moby/issues
- npm.io page: https://npm.io/package/moby

## Dependencies (4)

- [jade](https://npm.io/package/jade.md) ^1.3.1
- [express](https://npm.io/package/express.md) ^4.1.0
- [thesaurus](https://npm.io/package/thesaurus.md) 0.0.0
- [lodash.union](https://npm.io/package/lodash.union.md) ^2.4.1

## Alternatives

- [gamedig](https://npm.io/package/gamedig.md) — 29.3K weekly downloads
- [join-monster](https://npm.io/package/join-monster.md) — 12.8K weekly downloads
- [masked](https://npm.io/package/masked.md) — 5.5K weekly downloads
- [@comunica/actor-query-process-explain-logical](https://npm.io/package/@comunica/actor-query-process-explain-logical.md) — 4.7K weekly downloads
- [@veracity/vui](https://npm.io/package/@veracity/vui.md) — 4.6K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2016-09-06
- 1.1.1 — 2014-12-04
- 1.1.0 — 2014-12-04
- 1.0.0 — 2014-09-22
- 0.3.2 — 2014-04-28
- 0.3.1 — 2014-04-28
- 0.3.0 — 2014-04-26
- 0.2.0 — 2014-04-26
- 0.1.2 — 2014-04-26
- 0.1.1 — 2014-04-26
- 0.1.0 — 2014-04-26

## README

# moby

[moby-thesaurus.org](http://moby-thesaurus.org) is a free and
open-source website designed to facilitate meanderings through the [Moby
Thesaurus](http://en.wikipedia.org/wiki/Moby_Project#Thesaurus), the largest
thesaurus in the English language. As of version 1.0, this package also includes
synonym data from the [Open Office thesaurus](http://goo.gl/UGBfHI).

This git repository is many things:

- The source code for the [moby-thesaurus.org](http://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](https://www.npmjs.org/package/moby).
- Rad.

## Browser Usage

Go to [moby-thesaurus.org](http://moby-thesaurus.org/) and get lost in the associations.

## Command Line Usage

Install [node.js](http://nodejs.org/) if you don't already have it. Then:

```sh
npm install moby --global
moby ecstasy
```

Display results one per line:

```sh
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.

```sh
cd my-project
npm install moby --save
```

Then in your javascript code:

```js
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](http://icon.shef.ac.uk/Moby/):

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](https://github.com/daizoru/node-thesaurus/blob/5cadf8d26ea879a6009702524970ce706f04bb99/LICENSE.txt)
package.

---
_Source: https://npm.io/package/moby · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
