Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Medium Feed Parser

Node.js CINode.js Package

Installation

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

Usage

const{parse}=require('medium-feed-parser');(asyncfunction(){letout=awaitparse('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

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages