commit 1f67ed98d171744ed1bef701fd8ee94e953f89e9 Author: loveydov3 Date: Mon Aug 3 00:59:01 2026 -0700 Add gasbuddy_rssfeed_test_00a.json diff --git a/gasbuddy_rssfeed_test_00a.json b/gasbuddy_rssfeed_test_00a.json new file mode 100644 index 0000000..eb40265 --- /dev/null +++ b/gasbuddy_rssfeed_test_00a.json @@ -0,0 +1,18 @@ +{ + "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": "2", + "content_text": "This is a second item.", + "url": "https://example.org/second-item" + }, + { + "id": "1", + "content_html": "

Hello, world!

", + "url": "https://example.org/initial-post" + } + ] +} \ No newline at end of file