Socket
Book a DemoInstallSign in
Socket

gravatar2

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravatar2

A quick and easy to use gravatar on node.js

0.1.1
latest
Source
npmnpm
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status

Gravatar - Node.js

Gravatar provides a clean, simple API Gravatar service.

Contents

Installation

Via Bash in Terminal

yarn add gravatar2

Add manually in package.json

Begin by installing gravatar2 by editing your project's package.json file. Just add

    "dependencies": {
        ...
        "gravatar2": "^0.1.1"
    }

Usage

Using gravatar is quite simple.

import Gravatar from 'gravatar2';
const gravatar = new Gravatar();

gravatar.url(email);
gravatar.url(email, options);
gravatar.url(email, options, secured);

gravatar.profile(email);
gravatar.profile(email, options);
gravatar.profile(email, options, secured);

gravatar.isGravatar(email);

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email adetola.onasanya@gmail.com instead of using the issue tracker.

Credits

License

SMS is an open-sourced package licensed under the MIT license.

Keywords

gravatar

FAQs

Package last updated on 26 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.