Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 644 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 644 Bytes

Search front-end for finna.fi and other VuFind based sites. Designed for small screens.

Implemented as a single-page js-app using Bucklescript-tea, an ELM-like architecture for OCaml/Bucklescript.

Search API url is defined in settings.json and defaults to api.finna.fi

Demo

http://samuli.github.io/little-search/

Install

npm install

Build

npm run build

Watch

npm run watch

Minify using Google Closure-Compiler

npm run minify