1.3.7 • Published 10 months ago
nodejs-nomer v1.3.7
nodejs-nomer
nodejs-nomer is a simple NodeJS wrapper for nomer, inspired by the pynomer. Nomer is a stand-alone java application which maps identifiers and names to taxonomic names and ontological terms.
Installation
npm install nodejs-nomer
Usage
As NodeJS module:
const Nomer = require('nodejs-nomer')
const nomer = new Nomer();
console.log(nomer.version());
// Append command
const result = nomer.append("\tHomo sapiens", "gbif-web", null, 'json')
console.log(nomer.toJson(result))
License
License: GPL 3.0
Authors
nodejs-nomer is written by @zedomel
1.2.0
11 months ago
1.1.0
1 year ago
1.3.7
10 months ago
1.3.6
11 months ago
1.3.4
11 months ago
1.3.3
11 months ago
1.3.2
11 months ago
1.3.1
11 months ago
1.3.0
11 months ago
1.0.11
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago