2.7.0 • Published 5 years ago

taxlookup v2.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Tax Lookup

NCBI Taxonomy tools

Tax.spell('human')
    .then(res => {
        console.log(res);
    })
    .catch(err => {
        console.error(err);
    });

Tax.search('human')
    .then(res => {
        console.log(res);
    })
    .catch(err => {
        console.error(err);
    });
2.7.0

5 years ago

2.6.0

5 years ago

2.5.1

6 years ago

2.5.0

6 years ago

2.4.1

6 years ago

2.4.0

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago