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

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i suggest-it

    Weekly Downloads

    30

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • crypticswarm