pilla-lib-mp3info

0.0.4 • Public • Published

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);
}); 

Readme

Keywords

Package Sidebar

Install

npm i pilla-lib-mp3info

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • perrywu