/website-downloader

Download a website's source code for offline browsing.

Primary LanguageJavaScriptMIT LicenseMIT

Website Downloader

Simple NodeJS script with the purpose of downloading a website's source code for offline browsing.


Links & Resources

  • website-scraper Download website to local directory (including all css, images, js, etc.).
  • website-scraper-puppeteer Plugin for website-scraper which returns html for dynamic websites using puppeteer.

Project Structure

.
├── .husky               # Husky configuration
├── bin                  # Utility scripts
│   └── checkUpdates.js  # Check for outdated npm modules
├── .commitlintrc        # Commitlint configuration
├── .editorconfig        # Editor configuration
├── .gitignore           # Git ignore rules
├── .np-config.json      # NPM publish (np) configuration
├── index.js             # Website downloader script
├── LICENSE              # Project LICENSE
├── package.json         # NPM package configuration
└── README.md            # Project README