Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fisker/currency-chinese-names

GB/T 12406-2008 货币名称
https://github.com/fisker/currency-chinese-names

Last synced: 6 days ago
JSON representation

GB/T 12406-2008 货币名称

Awesome Lists containing this project

README

        

# currency-chinese-names

[![Build Status][github_actions_badge]][github_actions_link]
[![Coverage][coveralls_badge]][coveralls_link]
[![Npm Version][package_version_badge]][package_link]
[![MIT License][license_badge]][license_link]

[github_actions_badge]: https://img.shields.io/github/workflow/status/fisker/currency-chinese-names/CI/main?style=flat-square
[github_actions_link]: https://github.com/fisker/currency-chinese-names/actions?query=branch%3Amain
[coveralls_badge]: https://img.shields.io/coveralls/github/fisker/currency-chinese-names/main?style=flat-square
[coveralls_link]: https://coveralls.io/github/fisker/currency-chinese-names?branch=main
[license_badge]: https://img.shields.io/npm/l/prettier-format.svg?style=flat-square
[license_link]: https://github.com/fisker/currency-chinese-names/blob/main/license
[package_version_badge]: https://img.shields.io/npm/v/currency-chinese-names.svg?style=flat-square
[package_link]: https://www.npmjs.com/package/currency-chinese-names

> "GB/T 12406-2008 表示货币和资金的代码" 货币名称

## 安装

```bash
yarn add currency-chinese-names
```

## 使用

```js
import names from 'currency-chinese-names'

console.log(names.get('CNY'))
//=> 人民币元
```