Takes a folder full of mp3 files and output all the tags to a JSON file.
- clone directory
- run
npm install
- Copy all of your mp3 files into the
./mp3
folder - Adjust the return values in
const output
(my files were named by date hence moment) npm start
- Check output file in
./data.json
🎉