https://github.com/victorwoo/dump-website
A HTTP Proxy which is used for dumping static website.
https://github.com/victorwoo/dump-website
Last synced: 4 months ago
JSON representation
A HTTP Proxy which is used for dumping static website.
- Host: GitHub
- URL: https://github.com/victorwoo/dump-website
- Owner: victorwoo
- License: mit
- Created: 2014-12-27T03:12:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T03:24:37.000Z (over 10 years ago)
- Last Synced: 2025-01-12T10:13:48.950Z (6 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dump-website
============
A HTTP Proxy which is used for dumping static website.Setup
-----
```shell
npm install
```Usage
-----
```shell
node index.js http://www.nodejs.org
```It will show:
> Please visit http://localhost:8005 .
> All requests will be redirected to http://www.nodejs.org .
> Please check output/ directory for saved filesNow open your browser and browse http://localhost:8005 . All visited pages and related resources will be dumped into output/ folder.
Enjoy.