ydict.js
v0.2.8
Published
Yet another ydict implmentation in node.js
Readme
ydict.js
Yet another ydict implmentation in node.js

Installation
- Install from repository
[sudo] npm install -g- Install from NPM
[sudo] npm install -g ydict.jsUsage
ydict.js <word or phrase>Playing Sound
Add a json file named .ydict.json in home dir and specify the player command.
{
"playerCmd": "mplayer"
}