avo-hq/avo

Unavatar field

开放

#2,994 创建于 2024年7月16日

 (5 条评论) (1 个反应) (1 位负责人)Ruby (308 个派生)user submission
FeatureGood first issueHelp wanted

仓库指标

星标
 (1,778 个星标)
PR 合并指标
 (平均合并 1天 6小时) (30 天内合并 67 个 PR)

描述

Feature

Unavatar.io is a seriously cool service. I coould see a field that would use it's API to display cool avatars.

# possible API
field :username, as: :unavatar

field :username, as: :unavatar, fallback: "https://source.boringavatars.com/marble/120/1337_user?colors=264653r,2a9d8f,e9c46a,f4a261,e76f51"

field :domain, as: :unavatar

field :username, as: :unavatar do
  # record.github_profile == "https://github.com/adrianthedev"
  record.github_profile.split('/').last
end

field :username, as: :unavatar, provider: :github

贡献者指南