Skip to content

CosmicWebServices/gravatar.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravatar.js

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

How to use with Javascript

<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.

How to use with Node.js

Instructions coming soon when NPM module is published!

jsDelivr

About

Gravatar.js makes interacting with gravatar easier.

Resources

License

Stars

Watchers

Forks

Packages

No packages published