abbyfleming / nashville-historical-markers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nashville Historical Markers

Preview of Map

Ever wonder what the historical markers around Nashville say? Nashville has open data with all of the listings under the Metro Historical's Commission's control. Using their data, markers have been added into Google Maps. When you click on the marker, the title will appear and more information is displayed below the map.

Setup

  • Clone down repo
  • Get an API Key
  • Add your new key to script at the bottom of index.html file. src="https://maps.googleapis.com/maps/api/js?key=KEYGOESHERE&callback=initMap"
  • In a new terminal window, run your local server- http-server
  • Browse to your local server (localhost:8080)
  • Enjoy!

Technologies

About


Languages

Language:JavaScript 55.2%Language:HTML 28.3%Language:CSS 16.5%