app/badges/platypus3.rb
class Platypus3 < LanguageBadge
describe "Platypus 3",
skill: 'Scala',
description: "Have at least three original repo where scala is the dominant language",
for: "having at least three original repo where scala is the dominant language.",
image_name: 'platypus3.png',
providers: :github,
language_required: "Scala",
number_required: 3,
weight: 3
end