Skip to content

Instantly share code, notes, and snippets.

@mjm
Last active September 18, 2018 02:45
Show Gist options
  • Save mjm/98f96cff8ba8412d45bf8ef7a24eb2ef to your computer and use it in GitHub Desktop.
Save mjm/98f96cff8ba8412d45bf8ef7a24eb2ef to your computer and use it in GitHub Desktop.
A sample JSON feed for experimenting
{
"version": "https://jsonfeed.org/version/1",
"title": "My Example Feed",
"home_page_url": "https://example.org/",
"feed_url": "https://example.org/feed.json",
"items": [
{
"id": "3",
"content_html": "<p>This is a test post with an image:</p><img src=\"https://i.imgur.com/VBnsOdM.jpg\">",
"url": "https://example.org/3"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment