Last active
August 29, 2015 14:13
-
-
Save kunukn/d359fbe1923911d049cd to your computer and use it in GitHub Desktop.
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
| 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