1.2.1 • Published 10 years ago

cdn-check v1.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

cdn-check

Check content differences between CDN servers and host server (in node.js)

install

npm install cdn-check

Usage

const cdnck = require('cdn-check');

var p = cdnck.check('0.0.0.0', 'a.b.c', ['1.1.1.1', '2.2.2.2'], ['html', 'css', 'js'], false)
p.then((data)=>{
    // ... handle here    
});

API

check(ip: string, domain: string, dnsip: string[], checktype: string[], saveFile: boolean) => Promise

Get the differences between cdn servers and host server

License

MIT

1.2.1

10 years ago

1.2.0

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago