Skip to content

Commit 80d545e

Browse files
committed
Updated Readme.md
1 parent d213e02 commit 80d545e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# plb-widget
1+
# Android widget for Poloniex lending bot
2+
This is an Android widget for your home screen that displays the botlog data generated by your [Poloniex lending bot](https://github.com/BitBotFactory/poloniexlendingbot).
3+
## Features
4+
* Regularly query hte botlog.json file on your server
5+
* Displays the following information:
6+
* Amount of currency in your lending account
7+
* Currency earned from interests since adding the widget to your home screen
8+
* Average interest rate of your currently active loans
9+
* Time when the botlog was last updated
10+
* Additionally displays the value of your Currency as of the current BPI (provided by the Coindesk API)
11+
## Installation
12+
#### Prebuilt APK
13+
*Coming soon*
14+
#### Compiled source
15+
Before you can compile the project you will need to install [Android Studio](https://developer.android.com/studio/preview/index.html). Since the project is developed in Kotlin, you must use Android Studio 3.0 preview or a newer version.
16+
After importing the project in Android Studio go to the project root directory and use `./gradlew assemble` to assemble the .apk file for manual installation, or `./gradlew installDebug` while a device is connected to directly install it on the device.
17+
## Problems
18+
If you find a bug or have a feature request, please submit an [issue](https://github.com/artemperl/plb-widget/issues).

0 commit comments

Comments
 (0)