No description
  • TypeScript 100%
Find a file
2025-09-13 17:56:13 -04:00
.env.example remove unused SOUNDCLOUD_CLIENT_ID from .env.example 2025-09-13 17:55:28 -04:00
.gitignore init 2025-07-20 22:53:08 -04:00
bun.lock Improve 2025-09-13 17:54:39 -04:00
fetchStream.ts quit biome from yelling at me 2025-07-22 22:24:43 -04:00
index.ts Check for existence of both m4a and flac files before downloading tracks 2025-09-13 17:56:13 -04:00
package.json Improve 2025-09-13 17:54:39 -04:00
README.md init 2025-07-20 22:53:08 -04:00
tsconfig.json init 2025-07-20 22:53:08 -04:00

silentcloud

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.17. Bun is a fast all-in-one JavaScript runtime.