This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Description
I downloaded and installed dochub on 19 Sep 2013.
To update the content I did following:
cd scraper
npm install
(cd js-mdn; node scrape.js)
But after doing this, my ../../data/static/js-mdn.json contains just "[]" and therefore I cannot see any content when clicked on JavaScript link on the localhost:5000 website.