Skip to content

bifot/synonymize-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synonymize API

Easy API for synonymize russian words.

Installation

$ npm install synonymize-api

Usage

const synonymize = require('synonymize-api');

synonymize('машина').then(response => {
  console.log(response); // => [ 'автомобиль', 'аппарат', 'спорткар', 'more 20 items...' ]
  console.log(response[2]); // => 'спорткар'
});

License

MIT

About

Easy API for synonymize russian words.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published