radio

// usage
chance.radio()

Generate a random radio call sign.

chance.radio();
=> 'KCXW'

Optionally specify a side of the Mississippi River to limit stations to that side.

See K and W for more details

chance.radio({side: 'east'});
=> 'WKOQ'

chance.radio({side: 'east'});
=> 'WNOW'