xdaili-fetch

1.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i xdaili-fetch

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.66 kB

Total Files

7

Last publish

Collaborators

  • mofe