Popularity
2.3
Declining
Activity
0.0
Stable
6
3
0

Programming language: Crystal
License: MIT License
Tags: Third-party APIs    

gravatar.cr alternatives and similar shards

Based on the "Third-party APIs" category.
Alternatively, view gravatar.cr alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gravatar.cr or a related project?

Add another 'Third-party APIs' Shard

README

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