项目作者: jtarini

项目描述 :
Very simple Android MVVM project using Jetpack, Retrofit, RxJava and Koin.
高级语言: Kotlin
项目地址: git://github.com/jtarini/ZupCryptoWatcher.git
创建时间: 2019-12-03T12:30:43Z
项目社区:https://github.com/jtarini/ZupCryptoWatcher

开源协议:

下载


ZupCryptoWatcher

Very simple Android MVVM project using Jetpack, Retrofit, RxJava and Koin.

This project uses the CoinMarketCap API.
If you want to run the project, you need to generate an API Key inside https://coinmarketcap.com/api/

After that, just edit your local.properties file adding:

API_KEY_DEVELOPMENT="<YOUR-SANDBOX-API-KEY>"

API_KEY_PRODUCTION="<YOUR-PRODUCTION-API-KEY>"