1.0.5 • Published 4 years ago

chinese_pinyin v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

chinese_pinyin

Node JS Library to Convert Chinese to Pinyin

Installation

npm install chinese_pinyin

Usage

var pinyin = require('chinese_pinyin');
console.log(pinyin("你好,我是 @aaa"));

Output:

"ni hao ,wo shi @aaa"

Tests

npm test

Online Tool

You may also like this tool.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D
1.0.5

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago