# CDS-JS

[![Build Status](https://img.shields.io/travis/CERNDocumentServer/cds-js.svg)](https://travis-ci.org/CERNDocumentServer/cds-js)
[![Coverage](https://img.shields.io/coveralls/CERNDocumentServer/cds-js.svg)](https://coveralls.io/r/CERNDocumentServer/cds-js)
[![Release](https://img.shields.io/github/tag/CERNDocumentServer/cds-js.svg)](https://github.com/CERNDocumentServer/cds-js/releases)
[![LICENSE](https://img.shields.io/github/license/CERNDocumentServer/cds-js.svg)](https://github.com/CERNDocumentServer/cds-js/blob/master/LICENSE)

CDS 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.

