Build a simple app using the technology of your choice and integrate the following features using the public IUCN Red List API. http://apiv3.iucnredlist.org/api/v3/docs
- Load the list of the available regions for species
- Take a random region from the list
- Load the list of all species in the selected region — the first page of the results would suffice, no need for pagination
- Create a model for “Species” and map the results to an array of Species.
- Filter the results for Critically Endangered species a. Fetch the conservation measures for all critically endangered species b. Store the “title”-s of the response in the Species model as concatenated text property. c. Print/display the results
- Filter the results (from step 4) for the mammal class a. Print/display the results Please publish the code to GitHub (or other git service) including commits as you progress.
—
bimspot engineering