RunKit + npm: jsmediatags

node v9.11.2
endpointsharetweet
var jsmediatags = require("jsmediatags") jsmediatags.read( 'https://s3.amazonaws.com/jsmediatags-offset-issue/audio.mp3', { onSuccess: function(tags) { console.log('title: ' + tags.tags.title); }, onError: function(error) { console.error(error); } } );
Created from: https://npm.runkit.com/jsmediatags
Loading…