https://github.com/dchest/static-search
Simple client-side static search engine (Go indexer, JavaScript searcher).
https://github.com/dchest/static-search
Last synced: 5 months ago
JSON representation
Simple client-side static search engine (Go indexer, JavaScript searcher).
- Host: GitHub
- URL: https://github.com/dchest/static-search
- Owner: dchest
- License: bsd-2-clause
- Archived: true
- Created: 2013-12-25T14:19:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-03T15:16:59.000Z (almost 10 years ago)
- Last Synced: 2024-11-01T10:35:18.572Z (over 1 year ago)
- Language: JavaScript
- Size: 114 KB
- Stars: 23
- Watchers: 5
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-static-website-services - static-search - A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI to search this index (Search / Surveys)
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:
[](https://travis-ci.org/dchest/static-search)