Socket
Socket
Sign inDemoInstall

eng-pron

Package Overview
Dependencies
36
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-alpha to 0.0.1

2

package.json
{
"name": "eng-pron",
"version": "0.0.0-alpha",
"version": "0.0.1",
"description": "Query English Pronunciation",

@@ -5,0 +5,0 @@ "main": "src/pron.js",

# pronunciation
[![][npm-img]][npm-url]
Query English Pronunciation
[![][npm-img]][npm-url]
All the pronunciation are fetched from Yahoo online dictionary.
https://tw.dictionary.search.yahoo.com/
## Installation
```
$ npm install -g en-pron
$ npm install -g eng-pron
```

@@ -16,3 +20,3 @@

```
Usage: pron <words...>
Usage: kk <words...>

@@ -27,16 +31,14 @@ Options:

```bash
```
$ kk hello
Output:
hello
[həˋlo] => kk Pronunciation will be copy to clipboard, if there is only one
[həˋlo] => K.K. Pronunciation will be copy to clipboard, if there is only one
```
```bash
```
$ kk metropolis metropolitan
Output:

@@ -51,3 +53,7 @@

[npm-url]: https://nodei.co/npm/en-pron
[npm-img]: https://nodei.co/npm/en-pron.png
## License
MIT
[npm-url]: https://nodei.co/npm/eng-pron
[npm-img]: https://nodei.co/npm/eng-pron.png

@@ -14,3 +14,3 @@ const _async_ = require('co').wrap;

module.exports = _async_(function * (process_argv) {
const program = new commander('pron');
const program = new commander('kk');
program

@@ -17,0 +17,0 @@ .usage('<words...>')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc