A simple proxy server that allows us to control access to the Google Maps API.
$ git clone [email protected]:smartchicago/scc-proxy.git
$ cd scc-proxy
$ gem install bundler
$ bundle install
$ rake db:setup
$ cp config/application.yml.example config/application.yml
Populate the application.yml
file with config settings. Values can be found via heroku config
.
bundle exec unicorn
Navigate to http://localhost:8080
In order to use the proxy, you must have an API key. Please contact one of the team members if you require access.
Proxies access to the Geocoding API.
Proxies access to the Distance Matrix API.
- Scott Robbin [email protected]
- Dan O'Neil [email protected]