Made for Github's Summer of Making **Setup** 1. Setup a Google Cloud API key with the below products: - Address Validation API - Street View Static API 2. Setup your API key in https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment 3. Setup the .env variables by filling out `.env.example`, then renaming that file to `.env` 4. Run `npm install` 5. Finally, run `node .` to run, it runs on port 80, although you can change this in `index.js`