fixed some errors and way better README

This commit is contained in:
Nikolai Tschacher
2019-02-28 15:34:25 +01:00
parent 089e410ec6
commit 79d32a315a
20 changed files with 8817 additions and 366 deletions

View File

@ -6,7 +6,7 @@ let config = {
verbose: false,
keywords: ['news', 'se-scraper'],
num_pages: 1,
output_file: 'data.json',
output_file: 'examples/results/data.json',
};
function callback(err, response) {