Skip to content

BayuDC/buzzy

Repository files navigation

Buzzy

Banner

Version Web Status

Buzzy is a web application that allows you to easily download high quality Soundcloud tracks.

Try it now: https://buzzy.bayudc.fun

🖥️ Tech Stacks

  • Express
  • Sass
  • EJS

Screenshots

Screenshot1

🔧 Development

Just like regular express projects.

Note Requirements: Node.js >= 16.x and Lame installed.

$ pnpm i --shamefully-hoist
$ pnpm run

🐋 With Docker

$ docker build -t bayudc/buzzy .
$ docker run -p 8080:80 -d bayudc/buzzy