Gravatar.js makes interacting with gravatar easier.
Features:
- Secure Connection is default
- Lightweight
- Easy to learn and use
- Works with node.js and regular Javascript
- CDN by jsDelivr
<script src="https://cdn.jsdelivr.net/g/[email protected](md5.min.js+gravatar.min.js)"></script>
<script>
var image = gravatar.getImage(email, size);
alert (image);
</script>
or try the demo.
Instructions coming soon when NPM module is published!