https://github.com/lessthanzero/unit
Minimalistic currency converter for the modern web
https://github.com/lessthanzero/unit
Last synced: about 1 year ago
JSON representation
Minimalistic currency converter for the modern web
- Host: GitHub
- URL: https://github.com/lessthanzero/unit
- Owner: lessthanzero
- Created: 2018-02-16T22:31:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T20:51:40.000Z (about 8 years ago)
- Last Synced: 2025-04-02T14:08:53.603Z (over 1 year ago)
- Language: JavaScript
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit
Easy to use currency converter for modern web.
Unit comes with _no warranty_ whatsoever, it is an experiment and shouldn’t be used to make complex financial decisions.
## Dependencies
Unit is open-source and relies on some awesome third-party solutions, among them:
1. [Money.js](https://github.com/openexchangerates/money.js)
2. [Fixer API](http://fixer.io)
3. [NumericInput](https://github.com/joshuadeleon/NumericInput)