Hacker News new | ask | show | jobs
by memexy 2206 days ago
Fantastic work. Are these stored in a searchable way? I couldn't tell from the page what database the quotes are stored in and whether there is an easy way to access it other than exporting to JSON.

Edit: Looking at the code it looks like they're indeed searchable with the help of fuse.js (fuzzy search library): https://github.com/Blogger-Peer-Review/quotebacks/blob/maste....