Skip to content

stanleygu/biomodels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Node.js wrapper for BioModels and Miriam Registry web services API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published