quora-feed-parser

1.0.11 • Public • Published

Quora feed parser Build Status

Package that parse your first article from feed at quora.com

Install

npm i quora-feed-parser

Usage

import QFP from 'quora-feed-parser';

(async () => {
    const resultOfQFP = await QFP('yiknubelmu@desoz.com', '123test');
    // resultOfQFP => ['Title of your first articale from feed', 'Content the most popular answer'];
})()

/quora-feed-parser/

    Package Sidebar

    Install

    npm i quora-feed-parser

    Weekly Downloads

    2

    Version

    1.0.11

    License

    WTFPL

    Unpacked Size

    12.6 kB

    Total Files

    8

    Last publish

    Collaborators

    • vkhv