Popularity
2.1
Declining
Activity
0.0
Stable
6
2
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.
-
GDAX
📈 GDAX REST and WebSocket API wrapper to trade blockchain cryptocurrencies like bitcoin, Litecoin and Ethereum.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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