grape-browser

yarn yarn build

Usage no npm install needed!

<script type="module">
  import grapeBrowser from 'https://cdn.skypack.dev/grape-browser';
</script>

README

Grape browser - UI for displaying search results.

Installation

yarn
yarn build

Developing with grape-web-client

cd <your_path>/grape-browser
yarn link

cd <your_path>/grape-web-client
yarn link grape-browser
yarn run start:dev:all # node_modules are cached! restart this process if it was already running

cd <your_path>/grape-browser
yarn run build:watch

Example

See basic example

Terminology

  • service - an external service e.g. github, google drive
  • facet - is a results view which can include one (e.g. github) or many services (e.g. "all")
  • section - representation of results for one service (headline, objects)
  • object/result - one result object from a service
  • filter objects - quick filter selection objects displayed in the "queries" section
  • sidebar can contain info or detail view

(c) UberGrape GmbH