Skip to content

Instantly share code, notes, and snippets.

@hack0x90
Created May 15, 2022 20:52
Show Gist options
  • Save hack0x90/9e47b2d85efdec48388736fee3b95336 to your computer and use it in GitHub Desktop.
Save hack0x90/9e47b2d85efdec48388736fee3b95336 to your computer and use it in GitHub Desktop.
Setup SoundCloud mp3 download project
npm init -y soundcloud-downloader
cd soundcloud-downloader
npm install --save node-html-parser
touch index.js
code .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment