From bc8b9c73b5c916bc8554beb3f4c50731021d9785 Mon Sep 17 00:00:00 2001 From: CeeBeeL Date: Mon, 7 Feb 2022 03:26:08 +0100 Subject: [PATCH] Add package audius (#2134) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 016770f..ae9243f 100644 --- a/packages.json +++ b/packages.json @@ -25027,5 +25027,21 @@ "description": "A light interface and selection of utilities for working with OpenGL and SDL2", "license": "Apache-2.0", "web": "https://github.com/rlipsc/glbits" + }, + { + "name": "audius", + "url": "https://github.com/ceebeel/audius", + "method": "git", + "tags": [ + "library", + "api", + "wrapper", + "audius", + "music" + ], + "description": "Audius is a simple client library for interacting with the Audius free API.", + "license": "MIT", + "doc": "https://ceebeel.github.io/audius", + "web": "https://github.com/ceebeel/audius" } ]