feed.ts

Declarations
#

3 declarations

view source

create_atom_feed
#

Feed
#

feed.ts view source

Feed

This is designed to extend JSON Feed 1.1 with namespaced data for other specs like Atom. It's still a work in progress, and I'll add features as I need them, and eventually this will be extracted to a standalone library. https://www.jsonfeed.org/version/1.1/

id

type string

title

type string

home_page_url

type string

description

type string

icon

type string

favicon

type string

author

type { name: string; url?: string; email?: string; }

items

type Array<FeedItem>

atom

type { feed_url: string; }

FeedItem
#

feed.ts view source

FeedItem

id

type string

title

type string

url

type string

date_published

type string

date_modified

type string

summary

type string

tags

type Array<string>

Imported by
#