Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 485 Bytes

openjub-js-sdk

Front-End JavaScript implementation of the OpenJUB API. Includes a really stupid dummy application with autocomplete.

Building

npm install
grunt dist

Docs

They are auto-generated when building. See the docs/ directory.

Demo

There is a really simplistic demo (with autocompletion via complet.ly.js) in index.html

Folder structure

  • docs/ - Documentation, auto-generated
  • src/ - Source files
  • dist/ - Distribution files, auto-generated.