Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QuickSearch πŸ”Ž

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.

Server Installation

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

CLI Installation

Use the node package manager (npm) to install quicksearch-cli

npm install quicksearch-cli

About

A publicly accessible autocomplete repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages