Do not follow this link

~jgart/elixir-repology

Elixir bindings for the Repology API
Add license
Add project description
Add docs and credo packages

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jgart/elixir-repology
read/write
git@git.sr.ht:~jgart/elixir-repology

You can also use your local clone with git send-email.

#Repology

Elixir bindings for the Repology API.

#Installation

If available in Hex, the package can be installed by adding repology to your list of dependencies in mix.exs:

def deps do
  [
    {:repology, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/repology.

Do not follow this link