suggest-it

0.0.2 • Public • Published

Suggest It

Build Status

Suggest similar words based on a dictionary.

Install

npm install suggest-it

Example usage

var dictionary = ['foo', 'bar', 'baz'];
var suggest = require('suggest-it')(dictionary);
suggest('food'); // foo

Readme

Keywords

none

Package Sidebar

Install

npm i suggest-it

Weekly Downloads

47

Version

0.0.2

License

none

Last publish

Collaborators

  • crypticswarm