biomodels
v0.0.3
Published
A lightweight wrapper around the Java API for the BioModels and Miriam Registry web services.
Downloads
3
Readme
biomodels
A lightweight wrapper around the Java API for the BioModels and Miriam Registry web services.
Installation
npm install biomodels
- In your code:
var biomodels = require('biomodels')
Usage
biomodels
contains two main classes: BioModelsWSClient
and MiriamLink
.
The documentation for these classes are located
here and
here.
Since the Java functions are called through
node-java
, the function names
are appended with "Sync" for a synchronous call and is a asynchronous call if
left unchanged. If an asynchronous call is used, an additional input of a
callback function is expected.