Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 602 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 602 Bytes

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.