Drop a single line of HTML on your "Things to do" page and you'll always have an up-to-date list of tonight's live music. No accounts, no scraping, no maintenance.
<iframe
src="https://thelivemusicapp.com/newsie?lat=39.7589&lng=-84.1916&radius_mi=10"
width="100%"
height="640"
style="border:0;border-radius:12px;background:#0a0a14"
title="Live Music Calendar"
loading="lazy"
></iframe>GET https://thelivemusicapp.com/api/public/calendar/local?lat=39.7589&lng=-84.1916&radius_mi=10Returns up to 500 upcoming events within your radius over the next 14 days. CORS-enabled, cached for 2 minutes. Free, no API key required.