node-gravatar icon indicating copy to clipboard operation
node-gravatar copied to clipboard

Node.JS library to generate gravatar URLs

Results 12 node-gravatar issues
Sort by recently updated
recently updated
newest added

Since gravatar is a very simple system where the hashes represent an email that has gone through an MD5 hashing function, it's very easy to decrypt a gravatar and get...

Any helper method to check if a user has gravatar profile or not?

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Hello, I have used Gravatar in one of my project, in which I have passed email which is of a GitHub user account and it generates an URL but the...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Hi @emerleite! This is only a small change to the code, but means the library is much smaller. All the tests still pass. I've bumped the major version as it...

**var baseURL,fix leading // to instead be https://** when gravatar url is created via gravatar.url(email) the url is generated as //www.gravatar.com when should be https://www.gravatar.com line 32 gravatar.js ```javascript var...

Hello, I tried to use gravatar to get avatars from email services like gmail and outlook (Microsoft) but somehow I managed to get correct url with normilize-url library, but when...

This PR refactors gravatar packet into ES6 and also polishes code.

Refactor this packet to JavaScript ES6?