1.0.11 • Published 29 days ago

nodejs-nomer v1.0.11

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
29 days 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.0.11

29 days ago

1.0.9

29 days ago

1.0.8

1 month ago

1.0.7

1 month ago

1.0.6

1 month ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago