https://github.com/tmeasday/meteor-gravatar
https://github.com/tmeasday/meteor-gravatar
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/meteor-gravatar
- Owner: tmeasday
- Created: 2012-09-18T01:43:13.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T01:55:27.000Z (about 11 years ago)
- Last Synced: 2025-03-31T05:03:21.407Z (7 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DEPRECATED: Please use https://atmospherejs.com/jparker/gravatar
Get Gravatar hashes / URLs for an email address:
```js
Gravatar.hash(email)
Gravatar.imageUrl(email)
```