Skip to content

mofelee/xdaili-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xdaili-fetch

Install

yarn add xdaili-fetch

Example

const Xfetch = require('xdaili-fetch');
const fetch = Xfetch(require('node-fetch'), {
  orderno: '??',
  secret: '??'
});

fetch('https://www.baidu.com')
  .then(d=>d.text())
  .then(console.log)
  .catch(console.error)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published