2019-11-20 09:33:30 -08:00
2019-05-29 20:27:24 -07:00
2019-11-20 09:33:30 -08:00
2019-03-06 21:25:58 -08:00
2019-02-13 14:29:27 -08:00
2017-04-25 09:51:21 -04:00
2017-06-24 18:47:03 -04:00
2019-11-20 09:33:30 -08:00

Fuse.js logo

Version Downloads Contributors License

Supporting Fuse.js

Fuse.js is an Apache License open source project. Maintaining and updating it takes up a good chunk of time, and there's still plenty of work to do. To be able to provide the project with the attention it deserves, I decided to experiment with sponsorship and/or support. If this works out, I can route the chunk of time that is usually spent on lucrative endeavors to this project.

If you'd like to join the list of these awesome backers, please consider:

Special Sponsors

[Get your company name here]


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.

Description
Lightweight fuzzy-search, in JavaScript
Readme 14 MiB
Languages
JavaScript 96.4%
TypeScript 2.6%
Shell 1%