get-gravatar-cli

Get a Gravatar image

Usage no npm install needed!

<script type="module">
  import getGravatarCli from 'https://cdn.skypack.dev/get-gravatar-cli';
</script>

README

get-gravatar-cli Build Status

Get a Gravatar image

Install

$ npm install --global get-gravatar-cli

Usage

$ get-gravatar --help

  Usage
    $ get-gravatar <email>

  Options
    --size      Size of the image. [Default: 80]
    --default   Image to return if the email didn't match any Gravatar profile.
    --rating    Allowed rating of the image. [Default: g]

  Examples
    $ get-gravatar sindresorhus@gmail.com

Related

License

MIT © Sam Verschueren