Upload your random-name Audio, download it based on the title and the artist file
You might download an audio file with a name containing random characters, which could make it difficult to find or access the file. the project used music-metadata
library for get properties from the file.
- close the repo
- Install node.js and npm (if you don't have them)
- go to the directory of the project and run this on your terminal:
# with npm
npm install
# with yarn
yarn
- and run this
# with npm
npm run dev
# with yarn
yarn dev
Enjoy โจ