rohitpotato / node-terminalMusic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-terminalMusic

Terminal Music Downlader

A really simple module to download music

Installation:

1. CLone the project and run npm install in the project directory.

2. Download the ffmpeg library from FFMPEG

3. Copy the library in the project root directory and name the folder to ffmpeg

4. Obtain a YOUTUBE DATA API KEY from the google developer console.

5. Create a downloads folder in the project root directory

How to use:

Run
  node server.js --a="song_name"  

Example:
 node server.js --a="Pink Floyd - hey you"  

You can also pass multiple values to the --a parameter seprating them with a comma ','

Example:
 node server.js --a="Pink Floyd - hey you, Pink Floyd - Another brick"  

About


Languages

Language:JavaScript 100.0%