A pizza map built using Google Maps API and FOURSQUARE API to show 10 pizza restaurants in Tucson.
Import SIDR as a plugin of the hamburger menu.
- Head to https://console.developers.google.com/ to obtain a Google Maps API key.
- Head to https://developer.foursquare.com/ to obtain a pair of CLIENT_ID and CLIENT_SECRET.
- Clone project and repalce
key=XXXwithkey=Your Google Maps API keyinindex.html. - Repalce
var yourClientId = 'XXX'; var yourClientSecret = 'XXX';with your FOURSQUARE CLIENT_ID and CLIENT_SECRET injavascripts/script.js. - Open up
index.htmlon the web browser.