Skip to content
forked from krisk/Fuse

Lightweight fuzzy-search, in JavaScript

License

Notifications You must be signed in to change notification settings

furyscript/Fuse

 
 

Repository files navigation

Fuse.js logo

Version Downloads Contributors License


Introduction

Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.

Documentation

To checkout out live examples and docs, visit fusejs.io.

Installation

NPM

NPM is the recommended installation method. It pairs nicely with a CommonJS module bundler such as Webpack or Browserify.

# latest stable
$ npm install --save fuse.js

CDN

Available on cdnjs (see the latest version on the Releases page).

Contributing

Coding conventions

Code should be run through Standard Format.

Testing

Before submitting a pull request, please add relevant tests in test/index.js, and execute them via npm test.

About

Lightweight fuzzy-search, in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.1%
  • TypeScript 3.9%