/tree-search

search street trees from NYC Open Data

Primary LanguageJava

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
}