soundex-phonetics
v1.0.1
Published
Soundex phonetic algorithm
Downloads
603
Readme
Soundex
Install via npm
$ npm install soundex-phonetics
Usage
var soundex = require( 'soundex-phonetics' )
if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
// It sounds similar!
}