0.3.0 • Published 6 years ago

rookery v0.3.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

rookery

bird species lookups

const rookery = require('rookery');

const grca = rookery.getByCommonName('Gray catbird');
console.log(grca.scientificName); // Dumetella carolinensis

Installation

If using yarn:

yarn add rookery

Otherwise:

npm install rookery --save

License

ISC

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago