Bob's Epic Drone Shack Inc

Api documentation

To get all our drone data:

GET -> /api/v0/drones

To get a particular drone:

GET -> /api/v0/drone/:id

We also provide a route which returns all drones within particular risk bounds, where the risk bounds is the percentage of flights we've tracked that crashed

GET -> /api/v0/drones/risky/:bound1/:bound2