Popularity
2.9
Growing
Activity
0.0
Stable
5
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.
-
open_exchange_rates
A library to access Open Exchange Rates API -
fantasy_football_nerd_api
A library for the Fantasy Football Nerd API
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of gravatar.cr or a related project?
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