nodejs-nomer

March 12, 2024 ยท View on GitHub

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