gsf / pairtree.js

Pairtree in JavaScript

Home Page:http://gsf.github.com/pairtree.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pairtree.js is a JavaScript library for Pairtree. See
https://wiki.ucop.edu/display/Curation/PairTree 


INSTALL

In the browser, simply source the pairtree.js script found in lib/. 
For node, execute the following:

    $ npm install pairtree


USAGE

    var path = pairtree.path('someId');
    var id = pairtree.id('/so/me/pa/ir/tr/ee/pa/th/');

For examples, see the test directory.

About

Pairtree in JavaScript

http://gsf.github.com/pairtree.js


Languages

Language:JavaScript 100.0%