Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 948 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 948 Bytes

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