nodejs-avro-phonetic

A nodejs implementation of Avro Phonetic

Usage no npm install needed!

<script type="module">
  import nodejsAvroPhonetic from 'https://cdn.skypack.dev/nodejs-avro-phonetic';
</script>

README

nodejs-avro-phonetic

nodejs-avro-phonetic is port 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