Skip to content

matthew-plusprogramming/QuickSearch

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

Watchers

Forks

Releases

No releases published

Packages

No packages published