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

https://github.com/nomeyho/currency

Mobile application to convert currencies using the latest rates
https://github.com/nomeyho/currency

aws currency-converter flutter lambda mobile-app s3

Last synced: 3 months ago
JSON representation

Mobile application to convert currencies using the latest rates

Awesome Lists containing this project

README

        

# Currency


architecture

## Mobile application
Flutter mobile application to convert currencies using up-to-date rates.

Link: [playstore](https://play.google.com/store/apps/details?id=currency.nomeyho.github.io.currency)

### Technical stack
* Flutter 1.5
* Dart

### Features
* Currency converter
* Auto-update of exchange rates
* Support more than 100 devises
* Available in EN and FR
* Works offline

### Screens


screen 1
screen 2
screen 3
screen 4

## Backend
Save the daily currency rates in S3 and send an email notification using a serverless architecture.

### Technical stack
* AWS Lambda (NodeJS 8.10)
* AWS S3
* AWS SES
* [Fixer.io](https://fixer.io/)

## Roadmap
* Theming
* Add support for crypto-currencies
* Save historical data (e.g. `/year/month/day.json`)