https://github.com/codedotjs/gravatar-of
:earth_africa: Download profile picture of any gravatar user by it's email.
https://github.com/codedotjs/gravatar-of
Last synced: 4 months ago
JSON representation
:earth_africa: Download profile picture of any gravatar user by it's email.
- Host: GitHub
- URL: https://github.com/codedotjs/gravatar-of
- Owner: CodeDotJS
- License: mit
- Created: 2016-02-20T02:01:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-15T13:08:43.000Z (over 8 years ago)
- Last Synced: 2025-04-05T09:30:01.627Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Download profile picture of gravatar user by his/her email address!
## Install
```
$ npm install --global gravatar-of
```
__`OR`__
```
$ sudo npm install --global gravatar-of
```
## Demo
## Usage
```
Usage : gravatar-of [email-address]
Commands :
specify the image resolution after email
Note : Defining resolution is optional
Help :
$ gravatar-of user@gmail.com
$ gravatar-of user@gmail.com 400
```
## Related
- __[`Image-of`](https://github.com/CodeDotJS/image-of) :__ `Download profile picture of any facebook user`
- __[`Instavim`](https://github.com/CodeDotJS/instavim) :__ `Download Instagram medias directly from command line`
- __[`Twiger`](https://github.com/CodeDotJS/twiger) :__ `Download Twitter medias from command line`;
## License
MIT © [Rishi Giri](http://rishigiri.com)