scraper
Not sure whether these created the problems but to debug:
- under article.handlebars lineno:5, change target = "_blank" .
- Add some static heading at line 3(before loop #each) to check whether this gets called.
- Yes you were right we need to change the line no 7 to "/articles". (edited)
- console.log at line 8(scrapper/routes/view/index.js) to display articles. (edited)