https://github.com/ipstatic/phonetic
Convert a string of letters and numbers into a list of their phonetic pronunciations
https://github.com/ipstatic/phonetic
Last synced: 12 months ago
JSON representation
Convert a string of letters and numbers into a list of their phonetic pronunciations
- Host: GitHub
- URL: https://github.com/ipstatic/phonetic
- Owner: ipstatic
- License: mit
- Created: 2016-01-21T04:19:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T01:42:14.000Z (over 10 years ago)
- Last Synced: 2023-03-25T13:40:57.759Z (over 3 years ago)
- Language: JavaScript
- Homepage: http://phoneticapp.xyz
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phonetic
I cannot seem to memorize the [Phonetic Alphabet](https://en.wikipedia.org/wiki/NATO_phonetic_alphabet).
So I created this small webapp to help me read aloud long strings of alpha
numeric charaters while on the phone.
## Requirements
* Git
* npm
* Node.js
## Setup
```
git clone git@github.com:ipstatic/phonetic.git
cd phonetic
npm install
bower install
```
## Building
Running `gulp` in the cloned directory will automatically erase the build
directory and compile/minify CSS, minify JS and copy the index.html files to
the build directory.
## Deploying
Just copy the contents of the build directory to any web server or S3.