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

https://github.com/nathanfallet/gamified

A swift package/android library to provide stats and gamification to your app.
https://github.com/nathanfallet/gamified

android game kotlin spm stats swift

Last synced: 8 months ago
JSON representation

A swift package/android library to provide stats and gamification to your app.

Awesome Lists containing this project

README

          

# Gamified

[![License](https://img.shields.io/github/license/NathanFallet/Gamified)](LICENSE)
[![Issues](https://img.shields.io/github/issues/NathanFallet/Gamified)]()
[![Pull Requests](https://img.shields.io/github/issues-pr/NathanFallet/Gamified)]()
[![Code Size](https://img.shields.io/github/languages/code-size/NathanFallet/Gamified)]()
[![CodeFactor](https://www.codefactor.io/repository/github/NathanFallet/Gamified/badge)](https://www.codefactor.io/repository/github/NathanFallet/Gamified)
[![Open Source Helpers](https://www.codetriage.com/nathanfallet/gamified/badges/users.svg)](https://www.codetriage.com/nathanfallet/gamified)

A swift package/android library to provide stats and gamification to your app.

## Installation

### iOS

Add `https://github.com/NathanFallet/Gamified.git` to your Swift Package configuration (or using the Xcode menu: `File` > `Swift Packages` > `Add Package Dependency`)

See the [full documentation](DOCUMENTATION_IOS.md) for usage.

### Android

Add the following to your `build.gradle` file:

```groovy
repositories {
mavenCentral()
}

dependencies {
implementation 'me.nathanfallet.gamified:gamified:1.1.1'
}
```

See the [full documentation](DOCUMENTATION_ANDROID.md) for usage.