Use this module, u can
--1 copy a web to ur server
--2 create simple mirrors
--3 quickly download file
--4 IDK
then! Let's go
copyweb is very easy
a little example:
const web = require( "copyweb" )
new web( "http://example.com" )
.listen( 8080, function(){
console.log( "127.0.0.1:8080" )
})
If u want to learn more
Please see example.js or doc.md
if u like this project, please give me a star on github, bug too
使用本模块,你可以
--1 复制一个网页
--2 制作一个简单的镜像
--3 批量偷文件
--4 ( 雾
go go go
Webcopy模块非常简单
一个简单的例子
const web = require( "copyweb" )
new web( "http://example.com" )
.listen( 8080/*端口*/, function(){
//当开启时执行的回调
console.log( "127.0.0.1:8080" )
})
如果你想详细了解 请见 example.js 或者 doc.md