@hackage ebird-api0.2.0.0
A Haskell description of the eBird API
Categories
License
MIT
Maintainer
finleymcilwaine@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Tested Compilers
Dependencies (8)
- aeson >=1.5.6.0 && <2.2
- attoparsec >=0.14.1 && <0.15
- attoparsec-iso8601 >=1.0.2.0 && <1.2
- base >=4.13.3.0 && <4.19
- optics >=0.4 && <0.5
- servant >=0.18.3 && <0.21 Show all…
Dependents (2)
@hackage/ebird-cli, @hackage/ebird-client
eBird is a massive collection of ornithological science projects developed by the Cornell Lab of Ornithology. The eBird API offers programmatic access to the incredible dataset backing these projects.
This library contains a description of the eBird API as a servant API type. It is intended for use by those who wish to write their own clients for the eBird API using servant-client, or do custom processing of eBird data using the types defined here.
If you are interested in querying the eBird API using an existing client, check out the ebird-client library.