An open API service indexing awesome lists of open source software.

https://github.com/codedotjs/gravator-cli

:earth_africa: Extracts user info of a gravatar user with an ease
https://github.com/codedotjs/gravator-cli

Last synced: 7 months ago
JSON representation

:earth_africa: Extracts user info of a gravatar user with an ease

Awesome Lists containing this project

README

          

# gravator-cli

> CLI Tool to find user information of a gravatar user.

[![Build Status](https://travis-ci.org/CodeDotJS/gravator-cli.svg?branch=master)](https://travis-ci.org/CodeDotJS/gravator-cli)

## Install

```
$ npm install --global gravator-cli
```
__OR__
```
$ sudo npm install --global gravator-cli
```

## Preview

## Usage

```
Usage: gravator
gravator [options]

Options:
--id
--hash
--requestHash
--profileUrl
--preferredUsername
--thumbnailUrl
--displayName
--aboutMe
--currentLocation

Example:
$ gravator matt --id
$ gravator matt --hash

Note: username is always 'foo'@example.com
```

## Related

- __[`gravator`](https://github.com/CodeDotJS/gravator)__ `: API for this CLI Tool.`

- __[`twifo`](https://github.com/CodeDotJS/twifo-cli)__ `: Get user information of a twitter user.`

## License

MIT © [Rishi Giri](http://rishigiri.com)