Skip to content

blewisio/rookery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

bird species lookups 🐦

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published