mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
* New architecture * added newer versions of node * Travis fix * Remove iojs to make travis happy * Added copyright info * Fixed package and config * Incremeneted version * Added support for iojs * Removed newline from copyright * Version up
2.1 KiB
2.1 KiB
Fuse.js
Lightweight fuzzy-search, in JavaScript, with zero dependencies
Check out the demo & usage
Table of Contents
Where-to-post summary
- How do I? -- StackOverflow
- I got this error, why? -- StackOverflow
- I got this error and I'm sure it's a bug -- file an issue
- I have an idea/request -- file an issue
- You're a horrible human being -- send me an email
- You're awesome -- support Fuse.js development with Patreon/PayPal
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.