This project take a zip code as input and display the map of the corresponding area.
This project requires a google maps api key. Please replace the place holder API-KEY in the following line src="https://maps.googleapis.com/maps/api/js?key=API-KEY&callback=initMap"
Within this repository directory in your virtual machine:
-
Install the project dependencies.
npm install
-
Run the tests.
npm test -s