https://github.com/austinleegordon/iso-4217
Simple module for working with currency codes in the ISO 4217 standard
https://github.com/austinleegordon/iso-4217
4217 code codes currencies currency iso iso4217
Last synced: 10 months ago
JSON representation
Simple module for working with currency codes in the ISO 4217 standard
- Host: GitHub
- URL: https://github.com/austinleegordon/iso-4217
- Owner: AustinLeeGordon
- License: mit
- Created: 2018-11-30T23:50:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T00:07:09.000Z (over 7 years ago)
- Last Synced: 2025-07-22T23:37:13.892Z (10 months ago)
- Topics: 4217, code, codes, currencies, currency, iso, iso4217
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iso-4217
[](https://travis-ci.com/AustinLeeGordon/iso-4217) [](https://www.npmjs.com/package/@austinleegordon/iso-4217)
Simple module for working with currency codes in the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard.
## Installation
`npm install --save @austinleegordon/iso-4217`
## Usage
```js
const data = require('@austinleegordon/iso-4217');
// ...
```
## Authors
* **Austin Gordon** - *Development* - [GitHub](https://github.com/AustinLeeGordon)
## License
MIT © [Austin Gordon](https://www.austinleegordon.com)