Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T03:24:37.000Z (about 10 years ago)
- Last Synced: 2024-11-13T03:35:10.941Z (2 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.