Skip to content

Instantly share code, notes, and snippets.

@kunukn
Last active August 29, 2015 14:13
Show Gist options
  • Select an option

  • Save kunukn/d359fbe1923911d049cd to your computer and use it in GitHub Desktop.

Select an option

Save kunukn/d359fbe1923911d049cd to your computer and use it in GitHub Desktop.
var feed = {
entries: [
{
title: 'title 1',
link: 'link 1',
author: 'author 1',
publishedDate: 'publishedDate 1',
categories: ['category 11', 'category 12']
},
{
title: 'title 2',
link: 'link 2',
author: 'author 2',
publishedDate: 'publishedDate 2',
categories: ['category 21', 'category 22']
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment