Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)