项目作者: silverthreadk

项目描述 :
Teamfight Tactics App using Riot Games API
高级语言: Kotlin
项目地址: git://github.com/silverthreadk/TFTStatistics.git
创建时间: 2020-12-31T10:54:52Z
项目社区:https://github.com/silverthreadk/TFTStatistics

开源协议:

下载


TFT Statistics

Teamfight Tactics App using Riot Games API

Getting Started

This project uses the Gradle build system. To build this project, use the gradlew build command or use “Import Project” in Android Studio.
There is Gradle task for testing the project:

  • AndroidTest - for running Espresso on a connected device

Riot API key

TFT Statistics uses the Riot API to access to game data.
To use the API, you will need to obtain a free developer API key. See the Riot API Documentation for instructions.

Once you have the key, add this line to the gradle.properties file, either in your user home
directory (usually ~/.gradle/gradle.properties) or in the project’s root folder:

  1. RiotApiKey=<your riot api key>

Screenshots

Libraries used