Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

fartem/crypto-tracker

Repository files navigation

Crypto Tracker

GitHubActions Codebeat Codecov Android Arsenal

About

Demo app with statistics of some cryptocurrencies.

API

CoinMarketCap

Resources

API key

In CurrencyService class replace API_KEY in each header.

Resources

Original icons provided by cryptocurrency-icons.

Screenshots


How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build
$ ./gradlew connectedDebugImplDebugAndroidTest

If you don't see any error messages, submit your pull request.

Contributors