- Downloads mp3 file from YouTube
- Adds track tags including title, artist, album, album art, and lyrics automatically
- Completely free, you don't need any paid api keys (only free ones)
At your console:
$ git clone
$ cd Music-File-Maker
$ npm install
If you want, you can just download this repository instead of using git
.
Create a file named options.json
at root.
{
"youtubeKey": "youtube-api-key-here",
"lastFmKey": "last-fm-api-key-here"
}
At your console:
$ node index.js
Now you're ready to use this program!