Skip to content

rohithkn/synonyms-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

synonyms-array

56122 unique words arranged as 38957 synonyms groups.

Installation

Install the dependencies and devDependencies and start the server.

$ npm install synonyms-array

Example

const synonymsArray = require('synonyms-array');
console.log(synonymsArray.get('node'));

Output

[
  'boss',         'node',
  'thickening',   'pommel',
  'knob',         'guest',
  'client',       'invitee',
  'inspissation', 'thickener',
  'symptom',      'bubonic',
  'customer',     'nodulated',
  'noduled',      'unshapely',
  'nodular'
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors