Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpacia/opencaching-multiplatform


https://github.com/bartekpacia/opencaching-multiplatform

Last synced: 3 months ago
JSON representation

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

```