Fuse.js logo

Node.js CI Version Downloads Contributors License

What’s new in v5 (beta)


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

# latest
$ npm install --save fuse.js

Contributing

Coding conventions

Code should be run through Standard Format.

Testing

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