nodejs-avro-phonetic

A nodejs implementation of Avro Phonetic


License
MPL-1.1
Install
npm install nodejs-avro-phonetic@1.0.2

Documentation

nodejs-avro-phonetic

nodejs-avro-phonetic is port of jsAvroPhonetic for nodejs, minus dependency on jQuery and few bugs.

How to use

To install the package: $ npm install nodejs-avro-phonetic.

Example usage:

const nodejsAvroPhonetic = require('nodejs-avro-phonetic');

console.log(nodejsAvroPhonetic.parse('ami banglay gan gai')); // আমি বাংলায় গান গাই

License

Mozilla Public License 1.1. A copy of the license text is included in MPL-1.1.txt.

TODO:

  • Add travis integration