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

https://github.com/omaraflak/eth-widget-android

ETH widget for Android. Price pulled from coinmarketcap.com.
https://github.com/omaraflak/eth-widget-android

android coinmarketcap-api ethereum widget

Last synced: 6 months ago
JSON representation

ETH widget for Android. Price pulled from coinmarketcap.com.

Awesome Lists containing this project

README

          

# ETH Widget - Android

ETH widget for Android. Price pulled from [coinmarketcap.com](https://coinmarketcap.com).

# Configure project

In order to make the app work, you need an api key from CoinMarketCap.

1) Create a developer account at [https://pro.coinmarketcap.com](https://pro.coinmarketcap.com)

2) Get your free API key at [https://pro.coinmarketcap.com/account](https://pro.coinmarketcap.com/account)

3) Add the following variable to `local.properties` :

`coin.market.cap.api = YOUR_KEY_HERE`