Implemented CryptoPrices (Coinbase API), replacing the Bitcoin module.

This commit is contained in:
Erik C. Thauvin 2021-05-06 02:39:27 -07:00
parent 1f965a1833
commit f580f0f7f2
7 changed files with 145 additions and 168 deletions

View file

@ -50,9 +50,14 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.rometools:rome:1.15.0'
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
implementation 'net.aksingh:owm-japis:2.5.3.0'
implementation 'net.objecthunter:exp4j:0.4.8'
implementation 'net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT'
implementation 'net.thauvin.erik:pinboard-poster:1.0.3'
implementation 'org.json:json:20210307'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'org.twitter4j:twitter4j-core:4.0.7'