0.1.6 • Published 8 years ago

currency-symbol-format v0.1.6

Weekly downloads
24
License
-
Repository
github
Last release
8 years ago

currency-symbol-format

Get the currency symbol from currency code

Installation

npm install currency-symbol-format --save

Usage

import {getCurrencyCode, getNativeCode} from 'currency-symbol-format';

getCurrencyCode(currencyCode, locale = optional)

getCurrencyCode('AED')
getCurrencyCode('AED', 'ar')
getCurrencyCode('AED', 'en')
getNativeCode('AED')
getCurrencyCode('INR')

Credit

Currency data : http://www.localeplanet.com/api/auto/currencymap.html

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago