Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
There was an error while loading. Please reload this page.
Feature
Why is this feature being added?
We should be able to get a count of users in a specific state. Right now it looks like all searches are done by a radius from a point.
What should your feature do?
Add a new param to the
users/by_locationaction calledstate. It should perform a query on the users table and return a count of the users in a particular state.Make sure to update teh docs
This is blocked by #105