First off - this is by far the most simple and effective id3 parser I've found for node, thank you!
I've created a typing for this for use with typescript. It is also registered within the typings registry so it can be pulled into projects as a dependency.
I'm not sure how familiar you are with typescript but I reckon folk will find it useful. Would it be worth updating the readme with information on how to install it?
First off - this is by far the most simple and effective id3 parser I've found for node, thank you!
I've created a typing for this for use with typescript. It is also registered within the typings registry so it can be pulled into projects as a dependency.
You can find it here - https://github.com/dvdcxn/typed-id3-parser
I'm not sure how familiar you are with typescript but I reckon folk will find it useful. Would it be worth updating the readme with information on how to install it?