Portal for helping bird identification and more. This application helps in narrowing down identification of a bird.
Often is the case when you have identified the family of the bird, but unable to conclusively identify the exact species. In that case, you frantically search for different species of that family and looking at their photographs.
This application simply does it for you!
Enter a family name (flycatcher, eagle, ducks) and the region name - and this application will list all the species of that family available in that region, with multiple photographs. Helping you to identify your bird.
This application uses the eBird API to fetch species list of a region, and its taxonomy database to filter based on the family. Then it takes those common name of those species and does a Flickr search for photos, and displays them to you!
The backend is in Haskell (code resides in the server directory).
The frontend is planned in HyperApp. Right now its implemented in mithril.js (code resides in the app directory).
BSD3 license. See LICENSE file.
Submit an issue or a pull request.
- Run
make imageto build the actual image. Then runmake pushto publish it. - See if you're heroku CLI and all is setup properly
- Update
Dockerfile.herokuto adjust the version accordingly - Commit and run
git push heroku master