Skip to content

service to calculate the nearest players to a location.

Notifications You must be signed in to change notification settings

DavidEwan/nearest

 
 

Repository files navigation

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.

About

service to calculate the nearest players to a location.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.3%
  • Perl 13.8%
  • Dockerfile 4.0%
  • Batchfile 0.9%