QuickSearch is a publicly accessible autocomplete and trie server.
It is written in Node and TypeScript, using the Express web framework.
This server uses a simple flatfile db for data persistance between instances.
For usage, install the cli.
Clone the repository, then run the following commands in the server directory to get started
$ npm install
# To run
$ npx tsc
$ node dist/index.js
# To develop
$ npm run dev
Use the node package manager (npm) to install quicksearch-cli
npm install quicksearch-cli