0.1.1 • Published 9 years ago

ctc v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-ctc

NPM version

Chinese telegraph code convertor


Installation

$ npm install ctc

Example

var convertor = require('ctc');

var str = '呵呵哒';

console.log(convertor.convert(str))
// => 0725 0725 8174
var convertor = require('ctc');

var str = '0725 0725 8174';

console.log(convertor.convert(str))
// => 呵呵哒

License

MIT © Leigh Zhu

0.1.1

9 years ago

0.1.0

9 years ago