Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 520 Bytes

File metadata and controls

26 lines (15 loc) · 520 Bytes

mp3network

a node.js cli project:

share a local directory of mp3 files across a LAN.

this project was very influenced by the amazing cute-files utility.

##installation

npm install -g mp3network

##use case

cd into desired mp3 directory, run mp3network with optional port setting (port 3000 is default)

mp3network --port 80800

##open project todos

a. open files directly in compatible browser without initial download process.