Skip to content

A TypeScript update for Tom Frost's node-phonetic package

License

Notifications You must be signed in to change notification settings

Mesonyx/phonetic-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonetic-ts

Generates random, pronounceable (but gibberish) words.

A TypeScript update for @TomFrost's phonetic.js package.

It has been altered to work with TS projects and no longer relies on the (now deprecated) crypto library.

Installation

npm install phonetic-ts

Usage

import { phonetic } from 'phonetic-ts';

See original package for usage instructions.

About

A TypeScript update for Tom Frost's node-phonetic package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published