4.0.0 • Published 1 year ago

squawk v4.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year ago

squawk

Read out complex strings in a vaguely understandable way.

Build Status

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']
4.0.0

1 year ago

3.0.0

9 years ago

2.0.1

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago