phonetic-alphabet

1.0.0 • Public • Published

Phonetic Alphabet

A very simple node module to convert between latin characters and the phonetic alphabet
For more information on the phonetic alphabet visit http://en.wikipedia.org/wiki/NATO_phonetic_alphabet

Usage

Installation

To install run npm install phonetic-alphabet

… then …

    var PhoneticAlphabet = require('phonetic-alphabet');
    
    …

    PhoneticAlphabet.stringToPhonetic('a b c'); // will return 'alpha bravo charlie'

    …

    PhoneticAlphabet.phoneticToString('alpha bravo charlie'); // will return 'a b c'

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i phonetic-alphabet

    Weekly Downloads

    14

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • broseborough