Skip to content

Compute gravatar urls for email addresses

License

Notifications You must be signed in to change notification settings

pbrisbin/gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gravatar

CI

Generate Gravatar image URLs.

Usage

gravatar def "pbrisbin@gmail.com"
-- => https://www.gravatar.com/avatar/2be502055b6c21ff470730beead2a998

For more information, see the haddocks.

Developing & Tests

stack setup
stack build --pedantic --test

Historical Note

This is a clean-room implementation of this existing package (I had no idea it existed when I wrote this).

There's only a few small differences:

  1. I have only one function and a required "options" argument which supports everything the Gravatar API offers.
  2. My gravatar operates on a Text value

The older package hadn't been updated since 2008 and I was unable to reach Don on the matter. Hopefully it's OK that I take over the module name.


CHANGELOG | LICENSE

About

Compute gravatar urls for email addresses

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •