Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 288 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 288 Bytes

osdf-nodejs-client

A node.js client for the Open Science Data Framework (OSDF)

Testing

This tool has test scripts using the mocha framework. The tests assume a local version of OSDF is running. Invoke the tests as follows:

$ mocha test_promises.js

$ mocha test_callbacks.js