2020-03-13 09:00:04 -07:00
2020-03-13 09:00:04 -07:00
2020-03-11 19:04:49 -07:00
2020-03-12 13:59:21 -07:00
2020-03-12 20:50:16 -07:00
2020-03-11 16:50:33 -07:00
2019-02-13 14:29:27 -08:00
2017-06-24 18:47:03 -04:00
2020-03-12 13:02:50 -07:00
2020-03-12 10:48:11 -07:00

Fuse.js logo

Node.js CI 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
$ 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%