https://github.com/zlargon/pronunciation
Query English Pronunciation
https://github.com/zlargon/pronunciation
Last synced: 4 months ago
JSON representation
Query English Pronunciation
- Host: GitHub
- URL: https://github.com/zlargon/pronunciation
- Owner: zlargon
- License: mit
- Created: 2016-02-20T13:52:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T03:56:46.000Z (over 9 years ago)
- Last Synced: 2025-09-14T03:39:07.484Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pronunciation
[![][npm-img]][npm-url]
Query English Pronunciation
All the pronunciation are fetched from Yahoo online dictionary.
https://tw.dictionary.search.yahoo.com/
## Installation
```
$ npm install -g eng-pron
```
## Usage
```
Usage: kk
Options:
-h, --help output usage information
-V, --version output the version number
```
## Example
```
$ kk hello
Output:
hello
[həˋlo] => K.K. Pronunciation will be copy to clipboard, if there is only one
```
```
$ kk metropolis metropolitan
Output:
metropolis
[məˋtrɑp!ɪs]
metropolitan
[͵mɛtrəˋpɑlətn]
```
## License
MIT
[npm-url]: https://nodei.co/npm/eng-pron
[npm-img]: https://nodei.co/npm/eng-pron.png