An open API service indexing awesome lists of open source software.

https://github.com/alestor123/phonetic-code

A simple module for encoding and decoding NATO PHONETIC CODE
https://github.com/alestor123/phonetic-code

aviation aweseome encoder-decoder nato node npm phonetic-code

Last synced: about 2 months ago
JSON representation

A simple module for encoding and decoding NATO PHONETIC CODE

Awesome Lists containing this project

README

          

# PHONETIC-CODE
> A simple module for encoding and decoding [NATO PHONETIC CODE](http://en.wikipedia.org/wiki/NATO_phonetic_alphabet)
# Example code
```
var eye = require('./App');
console.log(eye.encode('sh')) // Sierra Hotel
console.log(eye.decode('Sierra Hotel')) // SH
```