From e07bbf60e1db833e48bc91f756155c87ae7190db Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 20 Jan 2016 06:53:21 -0700 Subject: [PATCH] Add podcast section and JavaScript Air --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 37460b0..e36ed7d 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [ES6](#es6) * [SDK](#sdk) * [Misc](#misc) + * [Podcasts](#podcasts) * [Worth Reading](#worth-reading) * [Other Awesome Lists](#other-awesome-lists) * [Contributing](#contributing) @@ -749,6 +750,8 @@ http://www.listjs.com * [Logical Or Not](http://gabinaureche.com/logicalornot/) - A game about JavaScript specificities. * [BitSet.js](https://github.com/infusion/BitSet.js) - A JavaScript Bit-Vector implementation +## Podcasts +* [JavaScript Air](http://javascriptair.com) - The live video broadcast podcast all about JavaScript and the Web platform. # Worth Reading * [braziljs/js-the-right-way](https://github.com/braziljs/js-the-right-way/)