Spots is an app that helps people meet up at a central location. Simply click to detect your current location, and/or enter addresses of your own/your friends'/other locations, then click a destination category. Spots will calculate the average point between your group and find the closest restaurant, bar or movie theatre. In addition, users can add new destinations to their own spots database, and the app's calculation will include the new ones. This is the back-end, it requires Spots front-end to run.
- Integrated Mapbox API and Google API for displaying the map and address search
- Created algorithm to find the average point between multiple geographic coordinates
- Built back-end JSON API server with full CRUD functions with Ruby on Rails
Master
-
Create a secrets.yml file in the config folder, and write:
development: apikey: your own Google API key
-
bundle
-
rails s
https://spots-1.herokuapp.com/index.html
https://www.youtube.com/watch?v=JuedMMu2Ky8
Built by Lane Miller, Jesse Horwitz, and Shun Yao
MIT ©