Twits du Jour (Sep 9)

<1 min read

CryptoPrice 1.0 for Kotlin/Java

<1 min read

I've released the second public version of CryptoPrice. A simple Kotlin/Java and Android implementation of the Coinbase Public API to retrieve cryptocurrencies spot, buy, and sell prices.

val btc = spotPrice("BTC") // Bitcoin
println(btc.amount)

val eth = sellPrice("ETH", "EUR") // Ethereum in Euro println(eth.amount)
val eth = buyPrice("LTC", "GBP") // Litecoin in Pound sterling println(eth.amount)

As usual, source and documentation are on GitHub.

Quantum Leap

2 min read

It's been nearly 30 years since Dr. Sam Beckett stepped into the Quantum Leap accelerator and vanished. Now, a new team, led by physicist Ben Song (Raymond Lee), has been assembled to restart the project.