Kitware/js-girder-client

Name: js-girder-client

Owner: Kitware, Inc.

Description: JavaScript library for interacting with a girder server instance.

Created: 2015-03-19 18:54:29.0

Updated: 2017-11-17 00:52:15.0

Pushed: 2016-01-20 22:28:15.0

Homepage: http://kitware.github.io/js-girder-client/

Size: 649

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

js-girder-client: JavaScript client for a Girder server.
http://kitware.github.io/js-girder-client/

js-girder-client is a JavaScript library for interacting with a girder server instance. The library can be used inside NodeJS or within a browser. In addition, a command line interface is also provided that allows complex actions to be scripted.

More information on Girder can be found here.

Getting Started

js-girder-client can be retrieved using npm, bower or source at GitHub.

npm
m install -g js-girder-client
Bower

Inside a Web project that use a bower.json, you can use the following dependency:


ame": "my-project",
ependencies": {
"js-girder-client": "master"


Source
git clone git@github.com:Kitware/js-girder-client.git
cd js-girder-client
-girder-client $ npm install 
-girder-client $ npm run test:basic
 Now browse to http://localhost:3000
Documentation

See the documentation for a getting started guide, advanced documentation, and API descriptions.

Licensing

js-girder-client is licensed under BSD Clause 3.

Getting Involved

Fork our repository and do great things. At Kitware, we've been contributing to open-source software for 15 years and counting, and want to make js-girder-client useful to as many people as possible.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.