js-girder-clientdeprecated

JavaScript Girder client that can run in a browser and in nodeJS with a CLI interface.

Usage no npm install needed!

<script type="module">
  import jsGirderClient from 'https://cdn.skypack.dev/js-girder-client';
</script>

README

js-girder-client: JavaScript client for a Girder server.

https://github.com/Kitware/js-girder-client

js-girder-client is a JavaScript library for interacting with a girder server instance. That library can be used inside NodeJS or within a browser. A command line interface is also provided which allow complex actions to be scripted.

More information on Girder can be found here.

Getting Started

js-girder-client can be retrieved using npm or bower.

npm
$ npm install -g js-girder-client
Bower

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

{
  "name": "my-project",
  "dependencies": {
    "js-girder-client": "master"
  }
}

Documentation

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

Licensing

js-girder-client is licensed under Apache License 2.0.

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.