Skip to content

MichaelRBond/grapevine-rss-client-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grapevine RSS Client - Javascript

Typescript / Javascript client for the Grapevine RSS Aggregator.

example usage:

import { Grapevine, RssItemFlags } from "components/Grapevine";

// New Grapevine client
const grapevine = new GrapevineClient("https://your.grapevine-rss-domain.com");

// get all the unread items for feed with id 1
const items = await this.props.grapevine.getItemsForFeed(1, [RssItemFlags.unread]);

For a complete implementation see the Grapevine RSS Reader

For api/types see the type definition

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published