2.7.0 • Published 6 years ago

taxlookup v2.7.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

2.6.0

6 years ago

2.5.1

7 years ago

2.5.0

7 years ago

2.4.1

7 years ago

2.4.0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.1

7 years ago

2.2.0

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago