Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Add show notes and podbean URL to #15
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Mar 16, 2016
1 parent 76a71c5 commit 03ee4bc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 56 deletions.
72 changes: 18 additions & 54 deletions episodes/2016-03-16/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ export default {
links: [
],
tips: [
`[Protractor Styleguide](https://github.com/CarmenPopoviciu/protractor-styleguide)`,
],
picks: [
`GitHub is on a roll with new features - [emoji support](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments), [better reviews](https://github.com/blog/2123-more-code-review-tools)`,
],
},
],
Expand All @@ -17,87 +19,49 @@ export default {
`,
hangoutId: 'c7h4gafbmpo00gc5llo6v737g3o',
youTubeId: 'yoPIsrhaNGU',
podbeanId: '',
podbeanId: '67rvv-5d98e5',
shortUrl: 'http://jsair.io/e2e',
past: true,
host: {
links: [
`[aXeCore](https://github.com/dequelabs/axe-core) - [Marcy Sutton](https://twitter.com/marcysutton) [tweeted](https://twitter.com/marcysutton/status/710153834874544128) this during the show.`,
],
tips: [
`Use all forms of testing`,
],
picks: [
`[How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)`,
`[Ghost Inspector](https://ghostinspector.com/)`,
],
},
panelists: [
{
twitter: 'dan_abramov',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'drboolean',
links: [
],
tips: [
`If you use karma + mocha. Set the mocha timeout to 20+ seconds, wrap your assertion in a setTimeout and you’ll have time to inspect the screen and click around (if you’re not using a headless browser)`,
],
picks: [
`[Amazing Scope tool from Shape Security](http://shift-ast.org/scope.html)`,
`[Parser Combinator library from Bodil Stokke](https://github.com/bodil/eulalie)`,
],
},
{
twitter: 'getify',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'kwuchu',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'linclark',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'mzabriskie',
links: [
],
tips: [
`Use [TrueCaller app](http://truecaller.com) for your phone to cut down on spam calls`,
`Reserve your npm username as a package name -- they are separate!`,
],
picks: [
`[kentcdodds npm package](https://www.npmjs.com/package/kentcdodds)`,
`[getify npm package](https://www.npmjs.com/package/getify): hint this is NOT mine :*(`,
`[Hactar](https://github.com/Hactar-js/hactar) the tool that builds every other tool for you.`,
],
},
{
twitter: 'pamasaur',
links: [
],
tips: [
],
picks: [
],
},
{
twitter: 'tylermcginnis33',
links: [
],
tips: [
],
picks: [
`[peach-register](https://www.npmjs.com/package/peach-register) to register your name on Peach without downloading the app`,
`Reading in general, but in particular: [All the Light We Cannot See](http://smile.amazon.com/gp/product/B00DPM7TIG/)`,
],
},
],
Expand Down
4 changes: 2 additions & 2 deletions other/generate-episode-description.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ console.log(string) // eslint-disable-line no-console
function EpisodeDescription({episode, sponsors}) {
const {
date,
title,
titleHTML,
descriptionHTML,
guests,
host,
Expand All @@ -43,7 +43,7 @@ function EpisodeDescription({episode, sponsors}) {
<div>
<Title
date={date}
title={title}
titleHTML={titleHTML}
guests={guests}
/>
</div>
Expand Down

0 comments on commit 03ee4bc

Please sign in to comment.