An open API service indexing awesome lists of open source software.

https://github.com/devapro/currencyrates

Currency Rates
https://github.com/devapro/currencyrates

Last synced: 11 months ago
JSON representation

Currency Rates

Awesome Lists containing this project

README

          

# Rate converter application

Api from exchangeratesapi.io

## What is it?

It is example of currency list android app.
That includes:
- modules
- clean architecture layers
- RecycleView diff utils
- Rx and Coroutines (see Branches)
- ci
- tests

TODO:
- write more tests

#### Branches:
- master - rxJava2 implementation
- develop - latest version of code
- coroutine - coroutines implementation