fuzzysearch : Tiny and blazing-fast fuzzy search in JavaScript. You can installing fuzzysearch npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install fuzzysearch $ sudo npm install -g fuzzysearch
If want to update the fuzzysearch package execute the command as below,
$ sudo npm update fuzzysearch
Update package globally,
$ npm install -g fuzzysearch
$ sudo git clone https://github.com/rektide/fuzzysearch.git
$ sudo npm install -g ./fuzzysearch
fuzzysearch@1.0.3 /usr/lib/node_modules/fuzzysearch
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall fuzzysearch
Package Name | fuzzysearch |
Version | 1.0.3 |
Description | Tiny and blazing-fast fuzzy search in JavaScript |
Released Date | 2015-03-06T16:12:53.547Z |
Published by | bevacqua |
How to Learn | https://www.npmjs.com/package/fuzzysearch/tutorial |