Last active
October 17, 2015 01:45
-
-
Save kevinmarks/cb2890b09ebf75e4b94a to your computer and use it in GitHub Desktop.
Microformats parsed version of the Guardian stories example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rels": {}, | |
| "items": [ | |
| { | |
| "type": [ | |
| "h-entry" | |
| ], | |
| "properties": { | |
| "url": [ | |
| "http://www.theguardian.com/technology/audio/2015/oct/16/esports-tech-updog-podcast" | |
| ], | |
| "featured": [ | |
| "https://i.guim.co.uk/img/static/sys-images/Guardian/Pix/pictures/2015/8/13/1439457219532/a7aadab7-1e60-4d5e-92d8-e057c5842b35-620x372.jpeg?w=220&q=85&auto=format&sharp=10&s=3417f13ed4cc4e832ba7cd9c6e973b82" | |
| ], | |
| "published": [ | |
| "2015-10-16T16:00:00+0000" | |
| ], | |
| "name": [ | |
| "Why are esports so popular?" | |
| ], | |
| "summary": [ | |
| "League of Legends is coming to Wembley. The BBC is broadcasting it. Sky is taking bets on it. But does esports even care what the mainstream thinks?" | |
| ] | |
| } | |
| }, | |
| { | |
| "type": [ | |
| "h-entry" | |
| ], | |
| "properties": { | |
| "url": [ | |
| "http://www.theguardian.com/technology/audio/2015/oct/09/great-british-bake-off-meme-tech-updog-podcast" | |
| ], | |
| "featured": [ | |
| "https://i.guim.co.uk/img/static/sys-images/Guardian/Pix/pictures/2015/8/12/1439394881026/6d390a77-cf82-4fa0-aa89-9c783eb8474c-620x372.jpeg?w=220&q=85&auto=format&sharp=10&s=be30271233bdf7df1dea643f507a7e51" | |
| ], | |
| "published": [ | |
| "2015-10-09T14:59:00+0000" | |
| ], | |
| "name": [ | |
| "The Great British meme off" | |
| ], | |
| "summary": [ | |
| "In the wake of the big cultural event that was Bake Off we celebrate the human meme that is Nadiya Hussein" | |
| ] | |
| } | |
| }, | |
| { | |
| "type": [ | |
| "h-entry" | |
| ], | |
| "properties": { | |
| "url": [ | |
| "http://www.theguardian.com/technology/audio/2015/oct/08/robots-economics-tech-podcast" | |
| ], | |
| "featured": [ | |
| "https://i.guim.co.uk/img/static/sys-images/Guardian/Pix/pictures/2015/6/10/1433934796997/fcea20b2-bcb2-46f5-8195-5305317c6e08-620x372.jpeg?w=220&q=85&auto=format&sharp=10&s=1f3db2560e2a76508218316dad1b7aec" | |
| ], | |
| "published": [ | |
| "2015-10-08T08:13:00+0000" | |
| ], | |
| "name": [ | |
| "Robots are coming for your job ... and that's not all" | |
| ], | |
| "summary": [ | |
| "Robots aren't just after your job, they're after the overthrow of the whole economic system" | |
| ] | |
| } | |
| }, | |
| { | |
| "type": [ | |
| "h-entry" | |
| ], | |
| "properties": { | |
| "url": [ | |
| "http://www.theguardian.com/technology/audio/2015/oct/02/netflix-chill-death-meme-tech-podcast" | |
| ], | |
| "featured": [ | |
| "https://i.guim.co.uk/img/static/sys-images/Guardian/Pix/pictures/2015/9/29/1443547449365/bc7e99ad-2520-48ce-b1e3-9ccd8f5ee0fd-620x372.jpeg?w=220&q=85&auto=format&sharp=10&s=ca5f6b2d0a6e967e615c2c70dd58cd4d" | |
| ], | |
| "published": [ | |
| "2015-10-02T14:27:41+0000" | |
| ], | |
| "name": [ | |
| "'Netflix and chill' and the death of the meme" | |
| ], | |
| "summary": [ | |
| "What happens when a meme reaches peak popularity? We discuss whether memes can survive brand association" | |
| ] | |
| } | |
| } | |
| ], | |
| "rel-urls": {} | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment