Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qquanwei/n2c
number convert to chinese
https://github.com/qquanwei/n2c
Last synced: 14 days ago
JSON representation
number convert to chinese
- Host: GitHub
- URL: https://github.com/qquanwei/n2c
- Owner: Qquanwei
- Created: 2016-05-30T08:56:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T04:01:15.000Z (about 1 year ago)
- Last Synced: 2024-08-09T12:49:23.500Z (5 months ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Qquanwei/n2c.svg?branch=master)](https://travis-ci.org/Qquanwei/n2c)
[![npm version](https://badge.fury.io/js/n2c.svg)](https://badge.fury.io/js/n2c)
# n2c
convert number to chinese## Quick:
* `n2c(9)` > `'九'`
* `n2c(123)` > `'一百二十三'`
* `n2c('1212...1212')` > `'一百二十一亿亿.....'`