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

貢獻者指南