0.0.3 • Published 11 years ago

biomodels v0.0.3

Weekly downloads
12
License
-
Repository
github
Last release
11 years ago

biomodels

A lightweight wrapper around the Java API for the BioModels and Miriam Registry web services.

Installation

  1. npm install biomodels
  2. 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.

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago