Download profile picture of gravatar user by his/her email address!
Install
1 2 3 |
$ npm install --global gravatar-of |
OR
1 2 |
$ sudo npm install --global gravatar-of |
Demo
## Usage
1 2 3 4 5 6 7 8 9 10 |
Usage : gravatar-of [email-address] <size> Commands : <size> specify the image resolution after email Note : Defining resolution is optional Help : $ gravatar-of user@gmail.com $ gravatar-of user@gmail.com 400 |