bandsintown
https://widget.bandsintown.com/main.min.js
var widget = new BandsintownWidget({
div_id: ‘bandsintown-widget’,
width: ‘400px’,
height: ‘300px’,
fontColor: ‘#000000’,
backgroundcolor: ‘#ffffff’,
borderRadius: ’10px’,
dateColor: ‘#ff0000’,
title: ‘Upcoming Events’,
eventsJSON: ‘https://www.bandsintown.com/a/1895041-public-universal-friend’,
});
widget.render();
