Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisehackermonkey/20200222_phonetic_pronunciation_v1
a simple app that returns the wav for a words pronusation using IPA (International Phonetic Alphabet)
https://github.com/wisehackermonkey/20200222_phonetic_pronunciation_v1
Last synced: 17 days ago
JSON representation
a simple app that returns the wav for a words pronusation using IPA (International Phonetic Alphabet)
- Host: GitHub
- URL: https://github.com/wisehackermonkey/20200222_phonetic_pronunciation_v1
- Owner: wisehackermonkey
- License: mit
- Created: 2020-02-22T20:22:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:29:24.000Z (about 2 years ago)
- Last Synced: 2024-11-10T12:45:03.241Z (2 months ago)
- Language: JavaScript
- Size: 207 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 20200222_phonetic_pronunciation_v1
a simple app that returns the wav for a words pronusation using IPA (International Phonetic Alphabet)
-----------
### go to
```
http://192.168.1.73:8080/v1/words/1
```![](/screehshot_v1.jpg?raw=true "Optional Title")
how to build the local npm repo
> npm run compilehow to build/run the docker container
build
>docker build -t ipa-translator-v1 .
run forground (testing)
> docker run -i -p 8080:3000 -d ipa-translator-v1:latest
run background
> docker run -p 8080:3000 -d ipa-translator-v1:latestRUN WITH DOCKER
>docker run -p 8080:3000 -d wisehackermonkey/ipa-translator-v1for runing on raspberry pi
>docker run -p 8080:3000 -d wisehackermonkey/ipa-translator-v1-arm