eklem / browsercrawler

Crawling content from a site within the browser. A basis for i.e. a search solution for static sites.
https://eklem.github.io/browsercrawler/doc/
MIT License
2 stars 0 forks source link
crawler search-engine website-generation

crawler-in-browser

Crawling content for the search-index search engine in the browser.

Main use cases

The idea is to have something better than Google Custom Search with the same (little) amount of work. Almost no programming to get going. Just add the JavaScript files and you have a search running. And if you add extra energy, then you'll get an even better search for your site.

WIP

To build

browserify -t brfs lib/main.js --standalone cib -o dist/bundle.js

main.js should contain all required libraries and code for the "stuff" to run in the web page.