/D3_Zip_Code_Map

Translates Zip Codes through Google API and places it on a Google Map :round_pushpin:

Primary LanguageHTMLApache License 2.0Apache-2.0

D3_Zip_Code_Map

Translates Zip Codes through Google API and places it on a Google Map

map_example

Replace [PUT YOUR KEY HERE] in index.html line 6 with your Google API Key.

Can run locally by running the following:

python -m SimpleHTTPServer 8000

Go to localhost:8000 in Chrome

Additional credit to Eric Field at the University of Virginia and his Data Visualization class.