Skip to content

mezcel/googlemaps-api-helloworld

Repository files navigation

googlemaps-api-helloworld (with Scrapy)

My traveling free-wifi stop map: Used for proximity and landmark orienteering... on the road

Current Dev Stop Point

  • I am running Scrapy in a virtual environment to generate my .json waypoint file. If you don't use or have Scrapy installed, ignore that feature of this Repo. You can still use the JSON input feature though. Its a Linux thing... :fa-thumbs-up: :fa-meh-o:
  • The JS script is a bit of an eyesore, but it works fine and it is intelligible if you understand Google API. (no speed tests)
    • Note: I would love to know how to "group cluster" on Google API using street name address. Google API seems to only like LatLong for that feature. I looked into "Reverse Geocode", but that is not doing the trick at the moment either.

Proprietary Scripts

Tools/Reffs Used for Continued Development