How to run?
npm i
npm run dev
How to build?
npm i
npm run build
How to make a docker image?
docker build -t mp3convert .
(MAKE SURE TO EXPOSE PORT 3000 WHILE RUNNING YOUR DOCKER IMAGE IN A CONTAINER!)
- The application tries to use ffmpeg.wasm. If that doesn't work, it uses the backend server instead (endpoint: /api/download/stream).
- The application has been tested with Node.JS Version 16.16.0 and it is working fine.