0.0.8 • Published 8 years ago

invenio-records-js v0.0.8

Weekly downloads
156
License
GPLv2
Repository
github
Last release
8 years ago

invenio-records-js

Build Status Coverage Release LICENSE

Invenio-Records client library for building the web UI.

Installation

$ npm i

Demo

$ cd examples/simple; npm install; cd ../..
$ npm run-script demo

Navigate to http://localhost:8000 to see the demo.

Tests

$ npm test

Docs

$ # build
$ npm run-script docs
$ # read
$ open docs/index.html

How to use?

Check out the examples/ to see how to configure your app.