1.3.7 • Published 1 year 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-nomerUsage
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
2 years ago
1.1.0
2 years ago
1.3.7
1 year ago
1.3.6
2 years ago
1.3.4
2 years ago
1.3.3
2 years ago
1.3.2
2 years ago
1.3.1
2 years ago
1.3.0
2 years ago
1.0.11
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago