A simple module for encoding and decoding NATO PHONETIC CODE
var eye = require('./App');
console.log(eye.encode('sh')) // Sierra Hotel
console.log(eye.decode('Sierra Hotel')) // SH
A simple module for encoding and decoding NATO PHONETIC CODE
var eye = require('./App');
console.log(eye.encode('sh')) // Sierra Hotel
console.log(eye.decode('Sierra Hotel')) // SH