0.0.4 • Published 9 years ago

pilla-lib-mp3info v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

pilla-lib-mp3info

For more information, please visit the githun

NOTE: Please have mp3info instatlled first.

Steps

  • Install mp3info

apt-get install mp3info

npm install pilla-lib-mp3info

  • Have code example to get the mp3 info
var mp3info = require('pilla-lib-mp3info');
mp3info(filePath, function(err, data) {
  console.log(data);
}); 
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago