An open API service indexing awesome lists of open source software.

https://github.com/zlargon/pronunciation

Query English Pronunciation
https://github.com/zlargon/pronunciation

Last synced: 4 months ago
JSON representation

Query English Pronunciation

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