Skip to content

ceoldevs/medium-feed-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medium Feed Parser

Node.js CI Node.js Package

Installation

npm i @ceol/medium-feed-parser
# or yarn add @ceol/medium-feed-parser

Usage

const {parse} = require('medium-feed-parser');

(async function() {
    let out = await parse('kirito');
    console.dir(out);
})();

Available Methods

  • parse() - argumet is profile (username) as parameter (will be formatted as "https://medium.com/@{profile}/feed").
  • parseXML() - argument is data that is used after fetching from the source to be parsed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published