Android app written in Kotlin. Displays temperature sensor data on a map (Maplibre SDK, map data provided by Mapbox).
First, create a file at app/secrets.properties
containing the API keys:
echo "gfroerli_api_key_public=<VALUE>" >> app/secrets.properties
echo "mapbox_access_token=<VALUE>" >> app/secrets.properties
Then, build the app with Gradle:
./gradlew build
To install the app to your device:
./gradlew installZhDebug
(Alternatively, do all that stuff through Android Studio.)
Copyright © 2016–2023 Coredump Hackerspace.
Licensed under the GPLv3 or later, see LICENSE.txt
.