Skip to content

maxe-xq/google-mirror-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

谷歌镜像搜集

使用方法:

require('google-mirror-check')
    .then(function(arr) {
        return arr.forEach(function(b) {
            // b = {url: '', type: 'mirror': time: 1922, success: true};
            var str = '- [' + b.url + '](' + b.url + ')' + ' (' + b.time + 'ms)';
            console.log(str);
        })
    })

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%