Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eklem/browsercrawler
Crawling content from a site within the browser. A basis for i.e. a search solution for static sites.
https://github.com/eklem/browsercrawler
crawler search-engine website-generation
Last synced: 15 days ago
JSON representation
Crawling content from a site within the browser. A basis for i.e. a search solution for static sites.
- Host: GitHub
- URL: https://github.com/eklem/browsercrawler
- Owner: eklem
- License: mit
- Created: 2018-03-03T11:30:33.000Z (almost 7 years ago)
- Default Branch: trunk
- Last Pushed: 2024-02-27T03:52:32.000Z (10 months ago)
- Last Synced: 2024-12-16T18:50:25.851Z (18 days ago)
- Topics: crawler, search-engine, website-generation
- Language: JavaScript
- Homepage: https://eklem.github.io/browsercrawler/doc/
- Size: 1.75 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crawler-in-browser
Crawling content for the search-index search engine in the browser.
## Main use cases
* You're having a small site with static files and want to add a search engine without any backend programming.
* I just need a working search for my site, ASAP.
* Easy to showcase different search-index use-cases through the [search-index-norch-cookbook](https://github.com/eklem/search-index-norch-cookbook)
* Get the focus for search-index to be in-browser and not server.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
```console
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.