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.
- Host: GitHub
- URL: https://github.com/omaraflak/eth-widget-android
- Owner: omaraflak
- Created: 2019-01-01T23:32:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T23:40:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T03:22:44.652Z (8 months ago)
- Topics: android, coinmarketcap-api, ethereum, widget
- Language: Java
- Size: 106 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`