Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clairefro/how-much-dough
Mintbeans 4hr coding challenge: currency converter
https://github.com/clairefro/how-much-dough
Last synced: 3 days ago
JSON representation
Mintbeans 4hr coding challenge: currency converter
- Host: GitHub
- URL: https://github.com/clairefro/how-much-dough
- Owner: clairefro
- Created: 2020-06-17T16:27:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:15:07.000Z (about 2 years ago)
- Last Synced: 2025-01-10T02:17:56.982Z (6 days ago)
- Language: JavaScript
- Homepage: https://clairefro.github.io/how-much-dough/
- Size: 1.98 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How Much Dough?
A currency converter tool that uses the [Open Exchange Rates API](https://openexchangerates.org/) to make conversions on the latest rates.
Rates are cached in `localStorage` and only re-fetched on a new day or if storage has been cleared.
[Try it out here](https://clairefro.github.io/how-much-dough/)