Skip to content

Get a Google Maps API key

Geremia Taglialatela edited this page May 4, 2017 · 5 revisions

In order to develop and deploy icare, you need a valid Google Maps JavaScript API key. Get one at this address.

Please make sure you improve your app's security, restricting the key's usage in the API Console.

Heroku

If you already deployed your application to Heroku, you need to upgrade to icare >= 0.53.0 and configure the GOOGLE_MAPS_API_KEY environment variable:

heroku config:add GOOGLE_MAPS_API_KEY=CHANGEME_WITH_YOUR_GOOGLE_MAPS_API_KEY
Clone this wiki locally