Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.
/ crypto-tracker Public archive

Demo app with statistics of some cryptocurrencies

Notifications You must be signed in to change notification settings

fartem/crypto-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cfac5dd · Feb 6, 2021
Dec 30, 2020
Feb 6, 2021
Aug 2, 2020
Feb 1, 2021
Aug 8, 2020
Aug 19, 2020
Jul 2, 2020
Feb 1, 2021
Aug 22, 2020
Dec 25, 2019
Nov 14, 2019
Nov 14, 2019
Jan 14, 2020

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