-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# plb-widget | ||
# Android widget for Poloniex lending bot | ||
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). | ||
## Features | ||
* Regularly query hte botlog.json file on your server | ||
* Displays the following information: | ||
* Amount of currency in your lending account | ||
* Currency earned from interests since adding the widget to your home screen | ||
* Average interest rate of your currently active loans | ||
* Time when the botlog was last updated | ||
* Additionally displays the value of your Currency as of the current BPI (provided by the Coindesk API) | ||
## Installation | ||
#### Prebuilt APK | ||
*Coming soon* | ||
#### Compiled source | ||
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. | ||
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. | ||
## Problems | ||
If you find a bug or have a feature request, please submit an [issue](https://github.com/artemperl/plb-widget/issues). |