1.3.7 • Published 12 months ago

nodejs-nomer v1.3.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
12 months ago

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

1 year ago

1.1.0

1 year ago

1.3.7

12 months ago

1.3.6

12 months ago

1.3.4

12 months ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year 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