Siren - Arknights OST Downloader in CLI -

Deno JS vr scripts Test

Installation

TODO

Use as a library

Import

// deps.ts

export * as siren from "https://deno.land/x/siren@v0.1.0/mod.ts";

Then,

// main.ts

import { getSong } from "./deps.ts";

const song = await getSong("880378");

console.log(song.title); // "Operation Blade"

console.log(song.sourceUrl); // https://res01.hycdn.cn/*[random]*/*.mp3