blewisio / rookery

bird species lookups :bird:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :bird:


Languages

Language:JavaScript 100.0%