1.0.11 • Published 7 years ago

quora-feed-parser v1.0.11

Weekly downloads
1
License
WTFPL
Repository
github
Last release
7 years ago

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'];
})()
1.0.11

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago