Skip to content

Instantly share code, notes, and snippets.

@wesbos
Created November 13, 2020 17:44
Show Gist options
  • Save wesbos/19640f6fd516a08569c6b6b569513ec9 to your computer and use it in GitHub Desktop.
Save wesbos/19640f6fd516a08569c6b6b569513ec9 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
@wesbos
Copy link
Author

wesbos commented Nov 13, 2020

The file is an array of 301 shows, each show looks like this:

[
  {
    id: 1,
    start: 2.46,
    end: 21.12,
    text: "Hello, everybody, and welcome to syntax. This is a new podcast that Scott and I are launching. And we already have three episodes recorded. And we'll be launching them shortly. For now we just wanted to let you know that we're going to be launching this podcast. And to sort of get you subscribe to the feed so that when they're ready to drop, you're ready to get them.",
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '00', ss: '02' }
  },
  {
    id: 2,
    start: 21.3,
    end: 27.66,
    text: '  And this is a web development podcast filled with tasty tips and treats for web developers. ',
    speaker: 'Scott Tolinski',
    initials: 'ST',
    timestamp: { hh: '00', mm: '00', ss: '21' }
  },
  {
    id: 3,
    start: 27.96,
    end: 39.42,
    text: 'Oh, oh, yeah. So a little bit about ourselves. My name is Wes Bos. I am a full stack developer from Canada. And I essentially create training courses that help web developers get better at their job. ',
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '00', ss: '27' }
  },
  {
    id: 4,
    start: 39.66,
    end: 50.52,
    text: 'And I am Scott Tolinski, a full stack web developer from Denver, Colorado, where I have created over 1000 free tutorials on YouTube at level up tutorials. ',
    speaker: 'Scott Tolinski',
    initials: 'ST',
    timestamp: { hh: '00', mm: '00', ss: '39' }
  },
  {
    id: 5,
    start: 50.66,
    end: 81.29,
    text: " Awesome. So the idea with this podcast is it's going to be a web development podcast where we take a topic and sort of dive deep into explaining both what that topic is, and all the stuff that surrounds it, as well as talk about our experience with that specific topic. So we're going to go all over t he place everything from JavaScript frameworks, CSS, advancements, CSS frameworks, all the way through to command line tooling, and even some of the other stuff like soft skills that we need as web developers. ",
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '00', ss: '50' }
  },
  {
    id: 6,
    start: 81.38,
    end: 97.97,
    text: "Yeah. And we're really super excited about launching this thing. And we really need your help to make it launch with a bang. So head over to syntax.fm where you can find buttons to subscribe on all of your favorite podcast players like iTunes, Stitcher and overcast ",
    speaker: 'Scott Tolinski',
    initials: 'ST',
    timestamp: { hh: '00', mm: '01', ss: '21' }
  },
  {
    id: 7,
    start: 98.2,
    end: 105.73,
    text: "awesome so actually do that please like Don't be like oh, it should subscribe do it because when it drops, we really want to get this thing to the top of the charts. ",
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '01', ss: '38' }
  },
  {
    id: 8,
    start: 105.87,
    end: 109.68,
    text: 'Yeah, just Yeah, really push that like button as hard as you can. ',
    speaker: 'Scott Tolinski',
    initials: 'ST',
    timestamp: { hh: '00', mm: '01', ss: '45' }
  },
  {
    id: 9,
    start: 111.21,
    end: 126.42,
    text: "force touch that like button. Awesome. So we're a syntax FM on Twitter, and the website to grab all of those buttons is syntax.fm. As always, I'm at Wes Bos on Twitter and Scott",
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '01', ss: '51' }
  },
  {
    id: 10,
    start: 126.54,
    end: 132,
    text: ' is @stolinski Awesome. ',
    speaker: 'Scott Tolinski',
    initials: 'ST',
    timestamp: { hh: '00', mm: '02', ss: '06' }
  },
  {
    id: 11,
    start: 132.03,
    end: 135.84,
    text: "So with that, we'll see you in the first podcast and a couple days.",
    speaker: 'Wes Bos',
    initials: 'WB',
    timestamp: { hh: '00', mm: '02', ss: '12' }
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment