/guess_who

Extract names from emails

Primary LanguageRubyMIT LicenseMIT

Guess Who

Ruby implementation for guess-who nodejs package [https://github.com/fraction/guess-who]

Installing:

gem install guess_who

Trying out:

> profiler = GuessWho::Profiler.profile!("john.doe@gmail.com")
> profiler.full_name # should say "John Doe"
> profiler.email # should say "john.doe@gmail.com"