Project

guess_who

0.01
No commit activity in last 3 years
No release in over 3 years
Extracts name from username or email
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 2.2.0
~> 3.12
~> 3.5.0

Runtime

~> 0.4.0
 Project Readme

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"