├── .gitignore ├── README.md └── website-scraper.js /.gitignore: -------------------------------------------------------------------------------- 1 | Downloaded-websites 2 | node_modules 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlesslinJerishR/Xcraper/HEAD/README.md -------------------------------------------------------------------------------- /website-scraper.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlesslinJerishR/Xcraper/HEAD/website-scraper.js --------------------------------------------------------------------------------