A simple game that utilizes the Flickr & eBird API to test your bird ID skills.
- Retrieves list of all species in the eBird taxonomy
- Chooses random species from list
- Gets public Flickr photos of chosen bird
- Chooses random photo from list
- Displays image with five species options to choose from
- Add functionality to assess correct/incorrect response
- Keep track of user score
Display image attributionAdded a link below imageCache eBird data to improve performanceUsing localStorage to cache the taxonomy data
- Option to only use birds found in specific region
- Limit photo search to specific groups?
- Create family relationships so that offered birds are more similar, thus making the quiz a bit harder
- Preserve user score