Sha256: 1fc852947c709e17b577c1cfc3dd287539cc4f0e4e98879e3f16f38618e60048

Contents?: true

Size: 325 Bytes

Versions: 2

Compression:

Stored size: 325 Bytes

Contents

# 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"
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guess_who-0.1.2 README.md
guess_who-0.1.1 README.md