Packages

LanguageColours offers an API for retrieving colours for programming languages based on GitHub colour data (or some other dataset).

Current section

Files

Jump to
language_colours lib colour.ex
Raw

lib/colour.ex

defmodule LanguageColours.Colour do
@typedoc """
A colour returned by the API, a hex colour of six characters with a hash prepended.
"""
@type t :: String.t()
end