Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.61 KB

readme.md

File metadata and controls

34 lines (19 loc) · 1.61 KB

nearest-build

Nearest

Nearest is a service that given a geolocation, radius and possibly other criteria (e.g. age range) returns a set of users within that range. It is my implementation of a web service that, once populated, will answer questions like:

  • who are the players over the age of 35 within 5 miles of me?
  • who are the goalies between the age of 18 and 34 within 2 miles of me?
  • who are the referees within 3 miles of me?

Nearest needs to be fast and accurate. Nearest is what we are building here.

Contributing

Thank you for your interest in contributing! Please read the guidelines for contributing and then look through our issues with a help wanted label.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Getting Started

In the docs folder of this repository you will find:

Future Goals

TBD.