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=XXX
withkey=Your Google Maps API key
inindex.html
. - Repalce
var yourClientId = 'XXX'; var yourClientSecret = 'XXX';
with your FOURSQUARE CLIENT_ID and CLIENT_SECRET injavascripts/script.js
. - Open up
index.html
on the web browser.