fcc-scraper icon indicating copy to clipboard operation
fcc-scraper copied to clipboard

A web scraping tool to allow freeCodeCamp campers to download their solutions.

Results 7 fcc-scraper issues
Sort by recently updated
recently updated
newest added

Line 37 of home page: "If you found this useful, please star the repo on GitHub **and or** on Twitter for developer and freeCodeCamp related tweets."

Since many beginners could use this tool, a help page explaining how to push solutions to a GitHub repo could be a nice gentle introduction for campers.

Line 16 of controllers/buildLinkList.js seems to be getting arbitrarily thrown: ``` 2017-11-09T20:57:27.645169+00:00 app[web.1]: Camper not found ```

Error log: ``` 2017-11-09T20:57:36.191329+00:00 app[web.1]: Error: Can't set headers after they are sent. 2017-11-09T20:57:36.191341+00:00 app[web.1]: at validateHeader (_http_outgoing.js:504:11) 2017-11-09T20:57:36.191342+00:00 app[web.1]: at ServerResponse.setHeader (_http_outgoing.js:511:3) 2017-11-09T20:57:36.191343+00:00 app[web.1]: at ServerResponse.header (/app/node_modules/express/lib/response.js:767:10) 2017-11-09T20:57:36.191343+00:00 app[web.1]:...

Line 21 of download page: "If you found this useful, please star the repo on GitHub **and or** on Twitter for developer and freeCodeCamp related tweets."

Line 32 of the routes.js file is an embarrassment!