1.0.1 • Published 8 years ago
soundex-phonetics v1.0.1
Soundex
Install via npm
$ npm install soundex-phoneticsUsage
var soundex = require( 'soundex-phonetics' )if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
// It sounds similar!
}$ npm install soundex-phoneticsvar soundex = require( 'soundex-phonetics' )if( soundex( 'Ekzampul' ) === soundex( 'Example' ) ) {
// It sounds similar!
}