RunKit + npm: jsmediatags

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

no comments

    sign in to comment