All Projects → artchen → universal-search

artchen / universal-search

Licence: other
Unified front-end client for various 3rd-party search services.

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Universal Search

This is a unified front-end client to integrate various 3rd-party search services. It is made to enable searching on platforms like Hexo, Ghost, and any general websites that don't already have searching.

This plugin is only a front-end client. You still need to register and configure the services, including create and upload site indexes. For detailed instruction on registration and configuration of these search services, please refer to my series of tutorials:

This plugin depends on jQuery.

Use in Production

Here are the files you need to include into your project:

  • Everything under ./demo/fonts.
  • Everything under ./demo/img.
  • Load ./demo/universal-search.css in <head>.
  • Load ./demo/universal-search.js after jQuery.

Enable a search service following the examples in ./demo/config.js.

Development

Clone this project and install.

git clone https://github.com/artchen/universal-search.git
npm install
npm build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].