Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/meteor-gravatar
https://github.com/tmeasday/meteor-gravatar
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/meteor-gravatar
- Owner: tmeasday
- Created: 2012-09-18T01:43:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T01:55:27.000Z (over 10 years ago)
- Last Synced: 2024-10-04T16:12:06.980Z (3 months ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 13
- Watchers: 2
- 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)
```