Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 862 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 862 Bytes

Assignment

Create a search application where you expose an endpoint for a client to search based on a certain radius for tree related data.

Output

  • You have to retrieve the count of "common name" (please see in the documentation on the same page above which field to refer to) for all the species of trees in that search radius
  • Expected outcome from the api
{
    "red maple": 30,
    "American linden": 1,
    "London planetree": 3
}