Elixir client for microBe
  • Elixir 92.2%
  • Nix 7.8%
Find a file
2025-01-07 08:55:49 +01:00
lib fix: use https 2025-01-07 08:55:49 +01:00
test project init 2024-10-03 09:22:28 +02:00
.envrc project init 2024-10-03 09:22:28 +02:00
.formatter.exs project init 2024-10-03 09:22:28 +02:00
.gitignore client implementation with support for searching label names and listing label tracks 2024-10-03 13:14:26 +02:00
flake.lock project init 2024-10-03 09:22:28 +02:00
flake.nix feat: artist lookup/creation, search by reference and reference creation 2024-10-29 01:57:06 +01:00
mix.exs client implementation with support for searching label names and listing label tracks 2024-10-03 13:14:26 +02:00
mix.lock client implementation with support for searching label names and listing label tracks 2024-10-03 13:14:26 +02:00
README.md update readme 2024-10-29 03:07:55 +01:00

Microbe

Elixir bindings for the private and undocumented microBe API.

Installation

The package can be installed by adding microbe to your list of dependencies in mix.exs:

def deps do
  [
    {:microbe, git: "http://git.mtj.pl/paweld/microbe.git"}
  ]
end