https://github.com/driftingruby/086-plotting-points-on-a-map-from-scratch
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.
https://github.com/driftingruby/086-plotting-points-on-a-map-from-scratch
google-maps-api google-maps-javascript json-api rails ruby-on-rails rubyonrails
Last synced: 2 months ago
JSON representation
Using the Google Maps Javascript API, learn how to plot markers onto a map. Load markers and info windows through AJAX calls to your Rails JSON API.
- Host: GitHub
- URL: https://github.com/driftingruby/086-plotting-points-on-a-map-from-scratch
- Owner: driftingruby
- Created: 2017-06-26T04:13:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T02:16:21.000Z (over 6 years ago)
- Last Synced: 2025-02-15T08:31:30.396Z (4 months ago)
- Topics: google-maps-api, google-maps-javascript, json-api, rails, ruby-on-rails, rubyonrails
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/plotting-points-on-a-map-from-scratch
- Size: 28.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...