Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T00:07:09.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T19:34:21.779Z (about 1 month ago)
- Topics: 4217, code, codes, currencies, currency, iso, iso4217
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iso-4217
[![Build Status](https://travis-ci.com/AustinLeeGordon/iso-4217.svg?branch=master)](https://travis-ci.com/AustinLeeGordon/iso-4217) [![Current npm package version](https://img.shields.io/npm/v/@austinleegordon/iso-4217.svg)](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)