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
- Host: GitHub
- URL: https://github.com/nomeyho/currency
- Owner: Nomeyho
- License: other
- Created: 2019-05-04T09:00:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:34:09.000Z (over 2 years ago)
- Last Synced: 2024-12-29T14:37:37.215Z (5 months ago)
- Topics: aws, currency-converter, flutter, lambda, mobile-app, s3
- Language: Dart
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency
![]()
## 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
![]()
![]()
![]()
![]()
## 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`)