1.0.11 • Published 6 years ago

quora-feed-parser v1.0.11

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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago