Skip to content

This is work-in-progress! Do not base your work on it. Thank you.

License

Notifications You must be signed in to change notification settings

jirikuncar/invenio-records-js

 
 

Repository files navigation

invenio-records-js

Build Status Coverage Release LICENSE

Invenio-Records client library for building the web UI.

Installation

$ npm i

Demo

$ cd example; 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 example/ to see how to configure your app.

About

This is work-in-progress! Do not base your work on it. Thank you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • HTML 11.4%
  • Shell 5.4%