• Stars
    star
    6
  • Rank 2,463,290 (Top 50 %)
  • Language
    Crystal
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

gravatar.cr

Installation

Add this to your application's shard.yml:

dependencies:
  gravatar:
    github: fg/gravatar.cr

Usage

Add this to your application's shard.yml:

require "gravatar"

puts Gravatar::Picture.profile_picture("[email protected]")
# => http://www.gravatar.com/avatar/8455938a1db5c475a87d76edacb6284e

Contributors

  • fg Fatih GÜRSOY - creator, maintainer