rss-parser-browser
Version:
A simple, light-weight RSS parser for browser. Parse strings, URLs, or files and get a JS object back
24 lines • 723 B
JSON
{
"feed": {
"entries": [
{
"creator": "tobi",
"date": "2016-05-04T06:53:45Z",
"title": "My first Instant Article",
"link": "https://localhost:8000",
"pubDate": "Wed, 04 May 2016 06:53:45 GMT",
"content:encoded": "<b>Lorem</b> ipsum",
"dc:creator": "tobi",
"dc:date": "2016-05-04T06:53:45Z",
"content": "Lorem ipsum",
"contentSnippet": "Lorem ipsum",
"guid": "https://localhost:8000",
"isoDate": "2016-05-04T06:53:45.000Z"
}
],
"title": "Instant Article Test",
"description": "1, 2, 1, 2… check the mic!",
"pubDate": "Fri, 13 May 2016 15:14:05 GMT",
"link": "https://localhost:8000"
}
}