Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.08 KB

About

Phonetic phrase helper is a mini-JS app (and library) that allows you to enter a password or phrase and have the phonic from the NATO phonetic alphabet printed out alongside each character. This allows you to easily give out a password or spell words over the phone whilst learning the phonetic alphabet at the same time.

Quick start

Note about security

The app and conversion is done entirely in client-side JavaScript (from a browser) so your password is never sent to the server. I encourage you to examine the source code or download the app to your computer.

Compatibility

  • Browser page works in Chrome 18, Firefox 8 and Safari 5
  • phonetics.js library compatible with Node.js