@taluoo/node-clone-url

1.1.1 • Public • Published

Clone url content to some dir

THIS PROJECT IS 【INACTIVE】

This project is not maintained anymore. Please use alternative.

Install

npm install @taluoo/node-clone-url --save

Usage

const {clone} = require('@taluoo/node-clone-url');

async function test() {
    let filePath = await clone('https://www.baidu.com/'); // clone(url) return a Promise, which will resolve a file path
    console.log(filePath);
}

test();

TODO

Readme

Keywords

none

Package Sidebar

Install

npm i @taluoo/node-clone-url

Weekly Downloads

2

Version

1.1.1

License

ISC

Unpacked Size

7.09 kB

Total Files

5

Last publish

Collaborators

  • taluoo