Created
May 15, 2022 20:52
-
-
Save hack0x90/9e47b2d85efdec48388736fee3b95336 to your computer and use it in GitHub Desktop.
Setup SoundCloud mp3 download project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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