From a8bac7875a3bc6baa1d94482bdf59a166f60ec80 Mon Sep 17 00:00:00 2001 From: Johan von Forstner Date: Mon, 8 Feb 2021 22:17:51 +0100 Subject: [PATCH] README.md: document Mapbox API key --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9d684f3..0802bf79 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ Development setup The App is developed using Android Studio. -For testing the app, you need to obtain API Keys for the +For testing the app, you need to obtain free API Keys for the [GoingElectric API](https://www.goingelectric.de/stromtankstellen/api/) as well as for [Google APIs](https://console.developers.google.com/) -("Maps SDK for Android" and "Places API" need to be activated). These APIs need to be put into the +("Maps SDK for Android" and "Places API" need to be activated) and/or [Mapbox](https://www.mapbox.com/). These APIs need to be put into the app in the form of a resource file called `apikeys.xml` under `app/src/main/res/values`, with the following content: @@ -44,6 +44,9 @@ following content: insert your Google Maps key here + + insert your Mapbox key here + insert your GoingElectric key here