Skip to content

distributedvc/tooling

Repository files navigation

@distributed/tooling

Tooling for distributed applications.

Colour

  1. Get the name of a given colour using /colour/name/${colour}.
curl https://tooling.distributed.vc/colour/name/ff7473
{
  "status": 4,
  "name": "Embarrassment",
  "hex": "#ff7777",
  "delta": 1.9007932309436872,
  "message": "Perceptible through close observation"
}
  1. Get a random colour and its name using /colour/random.
curl https://tooling.distributed.vc/colour/random
{
  "hex": "#841fd0",
  "name": "Puissant Purple"
}