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
- Host: GitHub
- URL: https://github.com/codedotjs/gravator-cli
- Owner: CodeDotJS
- License: mit
- Created: 2016-05-22T00:11:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T21:21:03.000Z (over 8 years ago)
- Last Synced: 2025-03-20T00:41:17.563Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gravator-cli
> CLI Tool to find user information of a gravatar user.
[](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)