Node.js based mp3 streaming service, and with a gorgeous minimal interface
Can serve files in your music directory anywhere on your pc, over lan!!
- clone the repo
git clone https://github.com/praneetmehta/Bitsify.git
- run
npm install
to install the project dependencies, and finally - create a folder named symlink in the public directory.
Now open config/symlinkcreator.js and on line 8/9 modify linuxPath/windowsPath variable as per your operating system to your music directory's absoulte path. That's it.
run node app in the root directory of the app and open localhost:3000 (3000 is the default port used, you may change it if you want)on your browser.
and Stream songs over your network ;)
- Create a mobile UI (something like a native android music player application)
- Clean the code. Too much hardcoded segments right now.
- Peer-to-peer streaming and sharing support
- Much More...
The application is quiet responsive as i have used flexboxes everywhere.
mail me at praneet.mehta@gmail.com for any issues.