Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Pairtree in JavaScript
https://github.com/gsf/pairtree.js

Last synced: 2 months ago
JSON representation

Pairtree in JavaScript

Awesome Lists containing this project

README

        

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.