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