bird-list
Database of locations for ebird
How to use
npm install --save bird-locations
var locations = ; locations
API
getAll()
Return all locations
locations
getByCode(code)
Return data for a location
locations
getNiceName(result)
Take the result from getByCode
and returns a string
locations
React Modules
Location search
A wrapper to react-select
type-a-head for ebird locations.
var LocationsSearch = ;/** Location { code: ebird code for location label: Nice name of location }*/<LocationsSearch value=thisstatelocation onChange=thisupdateLocation />