Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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')` > `'一百二十一亿亿.....'`