https://github.com/wouterverweirder/electron-website-downloader
  
  
    Desktop application to download a website with all of it's internal links and assets to your local machine. 
    https://github.com/wouterverweirder/electron-website-downloader
  
        Last synced: 4 months ago 
        JSON representation
    
Desktop application to download a website with all of it's internal links and assets to your local machine.
- Host: GitHub
 - URL: https://github.com/wouterverweirder/electron-website-downloader
 - Owner: wouterverweirder
 - License: mit
 - Created: 2016-11-08T09:11:20.000Z (almost 9 years ago)
 - Default Branch: master
 - Last Pushed: 2016-11-08T12:39:53.000Z (almost 9 years ago)
 - Last Synced: 2024-11-27T11:37:08.414Z (11 months ago)
 - Language: JavaScript
 - Size: 856 KB
 - Stars: 30
 - Watchers: 6
 - Forks: 13
 - Open Issues: 2
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - wouterverweirder/electron-website-downloader - Desktop application to download a website with all of it's internal links and assets to your local machine. (JavaScript)
 
README
          # Electron Website Downloader
Desktop application to download a website with all of it's internal links and assets to your local machine.

Once you enter a URL and push the "Start Grabbing" button, the application will:
- Open the website & download all resources in that page
- Get a list of all links to the same domain & load those
- Get a list of all media queries & loop over all pages for all specified media query widths
You will find a folder containing all loaded resources on your Desktop.
## Usage
You can download the latest version [here](https://github.com/wouterverweirder/electron-website-downloader/releases).
If you want to run from source, you can clone this repo, install the node_modules and launch through npm:
```bash
$ npm install
$ npm start
```