Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fisker/chinese-currency
货币中文信息
https://github.com/fisker/chinese-currency
Last synced: 5 days ago
JSON representation
货币中文信息
- Host: GitHub
- URL: https://github.com/fisker/chinese-currency
- Owner: fisker
- License: mit
- Created: 2021-11-26T15:15:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T00:39:16.000Z (6 months ago)
- Last Synced: 2024-05-23T01:38:45.046Z (6 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# chinese-currency
[![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/chinese-currency/CI/main?style=flat-square
[github_actions_link]: https://github.com/fisker/chinese-currency/actions?query=branch%3Amain
[coveralls_badge]: https://img.shields.io/coveralls/github/fisker/chinese-currency/main?style=flat-square
[coveralls_link]: https://coveralls.io/github/fisker/chinese-currency?branch=main
[license_badge]: https://img.shields.io/npm/l/prettier-format.svg?style=flat-square
[license_link]: https://github.com/fisker/chinese-currency/blob/main/license
[package_version_badge]: https://img.shields.io/npm/v/chinese-currency.svg?style=flat-square
[package_link]: https://www.npmjs.com/package/chinese-currency> 货币中文信息
## 安装
```bash
yarn add chinese-currency
```## 使用
```js
import {names} from 'chinese-currency'console.log(names('CNY'))
//=> 人民币元
```## API
### `names`