Straight Up Show Art Straight Up Mobile Banner

About Straight Up

The Straight Up podcast invites you behind the scenes at Covoya as Sam, Angela, and Liesa chat about life in specialty coffee: real talk and candid stories, unfiltered.

Latest Episode

Episodes

Covoya Coffee Podcasting network art

About THE NETWORK

Coffee people talking to coffee people about coffee and things coffee adjacent. Join the team at Covoya Specialty Coffee as we explore the past, present and future of coffee alongside our colleagues, customers and industry experts. Explore the Covoya Coffee Podcasting Network for topics that vary from best practices for green buying, decoding coffee lingo, exploring coffee headlines and discussing interests and relationships that brought us to coffee.

const episodesData = [ { date: 'PLACEHOLDER', title: "Placeholder Ep. XX", image: 'https://www.covoyacoffee.com/media/.renditions/wysiwyg/podcast/IMAGE_PLACEHOLDER.png', link: 'https://www.covoyacoffee.com/blog/PLACEHOLDER.html', }, ]; function renderEpisodes(data) { const container = document.getElementById( 'episodes-container' ); container.innerHTML = data .map( (ep) => ` ${ep.title}
${ep.date ? `
${ep.date}
` : ''}
${ep.title}
` ) .join(''); } renderEpisodes(episodesData); -->