Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartekpacia/opencaching-multiplatform
https://github.com/bartekpacia/opencaching-multiplatform
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartekpacia/opencaching-multiplatform
- Owner: bartekpacia
- Created: 2023-07-02T13:19:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-14T21:10:27.000Z (over 1 year ago)
- Last Synced: 2024-05-01T14:54:55.562Z (8 months ago)
- Language: Kotlin
- Homepage:
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opencaching Mobile
A simple, cross-platform Geocaching app built with Compose Multiplatform.
Supports OpenCaching sites through [OKAPI](https://www.opencaching.pl/okapi/introduction.html).
### Android setup
To display the map, a Google Maps API key is needed. It can be obtained on Google Cloud Console.
Once you have the key, paste it into `androidApp/src/main/res/values/google_maps_api_key.xml`:```xml
API_KEY_HERE
```