squawk
v4.0.0
Published
Read out complex strings in a vaguely understandable way
Downloads
6
Readme
squawk
Read out complex strings in a vaguely understandable way.
Usage
From the command line
Installation:
$ npm install -g squawk
Usage:
$ squawk THX-1138
tango
hotel
x-ray
dash
one
one
three
eight
From Node.js
Installation:
$ npm install squawk
Usage:
var squawk = require("squawk");
squawk("a113");
// -> ['alpha', 'one', 'one', 'three']