Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 336 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 336 Bytes

NATO Phonetic Alphabet

Based on NATO gem by Lukas Alexandre (https://github.com/lukelex/NATO)

Installation

$ npm install --save nato

Usage

var Nato = require('nato');

var text = new Nato('test');

text.nato
// Tango Echo Sierra Tango

License

MIT © Raphael Faria