rfd-scrapper
A shameless redflagdeals.com scrapper
Rfd-scrapper fetches data in the following format:
All entries are sorted by post creation date.
Installation
$ npm install rfd-scrapper --save
Usage
const rfdScrapper = ;
API
rfdScrapper([options])
Fetches posts from http://forums.redflagdeals.com
Params
- Object
options
: An object containing the following fields:days
(Number): Possible values:0
- all,1
- one day,7
- week,30
- monthlimit
(Number): Number of pages to scrapdirection
(String): Sorting direction: must be eithera
- ascending ord
- descending