Install via npm
$ npm install soundex-phonetics
var soundex = require( 'soundex-phonetics' )
if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
// It sounds similar!
}
$ npm install soundex-phonetics
var soundex = require( 'soundex-phonetics' )
if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
// It sounds similar!
}