Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dchest/static-search

Simple client-side static search engine (Go indexer, JavaScript searcher).
https://github.com/dchest/static-search

Last synced: about 2 months ago
JSON representation

Simple client-side static search engine (Go indexer, JavaScript searcher).

Awesome Lists containing this project

README

        

A Go program to generate JSON index of HTML files, and a JavaScript component
with optional UI (based on React.js) to search this index.

You can try it out here: .

Go build:

[![Build Status](https://travis-ci.org/dchest/static-search.png)](https://travis-ci.org/dchest/static-search)