{"id":13746956,"url":"https://github.com/words/moby","last_synced_at":"2025-05-09T08:31:10.738Z","repository":{"id":16416380,"uuid":"19167479","full_name":"words/moby","owner":"words","description":":closed_book: The largest English-language thesaurus","archived":false,"fork":false,"pushed_at":"2023-01-07T22:42:15.000Z","size":9808,"stargazers_count":271,"open_issues_count":14,"forks_count":39,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-05-22T21:33:18.105Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://moby-thesaurus.org/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/words.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-26T03:14:08.000Z","updated_at":"2024-04-23T18:15:28.000Z","dependencies_parsed_at":"2023-01-13T20:30:37.102Z","dependency_job_id":null,"html_url":"https://github.com/words/moby","commit_stats":null,"previous_names":["zeke/moby"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/words%2Fmoby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/words%2Fmoby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/words%2Fmoby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/words%2Fmoby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/words","download_url":"https://codeload.github.com/words/moby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224842556,"owners_count":17378990,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T06:01:07.488Z","updated_at":"2024-11-15T20:30:52.632Z","avatar_url":"https://github.com/words.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# moby\n\n[moby-thesaurus.org](http://moby-thesaurus.org) is a free and\nopen-source website designed to facilitate meanderings through the [Moby\nThesaurus](http://en.wikipedia.org/wiki/Moby_Project#Thesaurus), the largest\nthesaurus in the English language. As of version 1.0, this package also includes\nsynonym data from the [Open Office thesaurus](http://goo.gl/UGBfHI).\n\nThis git repository is many things:\n\n- The source code for the [moby-thesaurus.org](http://moby-thesaurus.org/) website.\n- A tiny and simple JavaScript interface for querying Moby Thesaurus and Open Office Thesaurus data.\n- A command-line interface (CLI) for searching a local, cached copy of the thesaurus from the terminal.\n- A module on npm called [moby](https://www.npmjs.org/package/moby).\n- Rad.\n\n## Browser Usage\n\nGo to [moby-thesaurus.org](http://moby-thesaurus.org/) and get lost in the associations.\n\n## Command Line Usage\n\nInstall [node.js](http://nodejs.org/) if you don't already have it. Then:\n\n```sh\nnpm install moby --global\nmoby ecstasy\n```\n\nDisplay results one per line:\n\n```sh\nmoby weird | tr , '\\n'\n```\n\n## Node.js Usage\n\nInstall moby in your project directory. The `--save` flags adds it to the list of\n`dependencies` in your package.json file.\n\n```sh\ncd my-project\nnpm install moby --save\n```\n\nThen in your javascript code:\n\n```js\nvar moby = require('moby')\n\nconsole.log(moby.search('mad'))\nconsole.log(moby.search('smaragdine'))\nconsole.log(moby.reverseSearch('smaragdine'))\n```\n\n## License\n\nSame license as the one on the [moby project homepage](http://icon.shef.ac.uk/Moby/):\n\nThe Moby lexicon project is complete and has been placed into the public domain.\nUse, sell, rework, excerpt and use in any way on any platform. Placing this\nmaterial on internal or public servers is also encouraged. The compiler is not\naware of any export restrictions so freely distribute world-wide.\n\nSee also the Open Office license included in the\n[thesaurus](https://github.com/daizoru/node-thesaurus/blob/5cadf8d26ea879a6009702524970ce706f04bb99/LICENSE.txt)\npackage.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwords%2Fmoby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwords%2Fmoby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwords%2Fmoby/lists"}