Skip to content

4fath/tree-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

search street trees from NYC Open Data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages