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
- Host: GitHub
- URL: https://github.com/alestor123/phonetic-code
- Owner: alestor123
- License: mit
- Created: 2021-05-09T16:21:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-27T10:34:34.000Z (about 5 years ago)
- Last Synced: 2025-04-05T11:26:37.026Z (about 1 year ago)
- Topics: aviation, aweseome, encoder-decoder, nato, node, npm, phonetic-code
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/phonetic-code
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```