Skip to content

Repository files navigation

news-feed

Installation

yarn add news-feed

Usage

import newsFeed from 'news-feed';


const feed =  new newsFeed('http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml');

feed.load().then((result) => {
    if (!result.error) {
        console.log(result);
    }
});

About

News feed parser supporting RSS, Atom, and JSON feed formats

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages