Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/essamhassan/geomatcher
just another rails application
https://github.com/essamhassan/geomatcher
Last synced: 15 days ago
JSON representation
just another rails application
- Host: GitHub
- URL: https://github.com/essamhassan/geomatcher
- Owner: essamhassan
- Created: 2018-02-28T20:25:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-06T03:24:19.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T04:42:02.969Z (2 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GeoMatcher
Sample application that reads a list of users from a json file and return only those within a certain distance from a certain geopoint sorted by their id. this can be accessible from API or "much simpler" by running the command `rails runner bin/geomatcher`. I used rails fully aware it was an overkill for such a simple application yet the framework conventions gives you better understanding for how the app is structuredfor testing run `rails test`