Tuesday, 03 September 2013
Interesting Snippets from 2013-09-03
-
brianreavis/sifter.js · GitHub
Sifter is a client and server-side library (via UMD) for textually searching arrays and hashes of objects by property – or multiple properties. It's designed specifically for autocomplete. The process is three-step: score, filter, sort.
-
jpillora/xhook · GitHub
Easily intercept and modify XHR request and response