Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 货币名称
- Host: GitHub
- URL: https://github.com/fisker/currency-chinese-names
- Owner: fisker
- License: mit
- Created: 2021-11-29T09:48:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:30:03.000Z (6 months ago)
- Last Synced: 2024-05-23T02:35:07.917Z (6 months ago)
- Language: JavaScript
- Size: 308 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
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'))
//=> 人民币元
```