1.0.11 • Published 5 years ago

quora-feed-parser v1.0.11

Weekly downloads
1
License
WTFPL
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago