Fetch special for spider.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
bash
npm install -S @jswork/next-spider-fetch
`usage
`js
import '@jswork/next-spider-fetch';nx.spiderFetch('https://api.github.com/users/afeiship')
.then(res=>res.json())
.then(res=>{
console.log(res);
});
``[version-image]: https://img.shields.io/npm/v/@jswork/next-spider-fetch
[version-url]: https://npmjs.org/package/@jswork/next-spider-fetch
[license-image]: https://img.shields.io/npm/l/@jswork/next-spider-fetch
[license-url]: https://github.com/afeiship/next-spider-fetch/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-spider-fetch
[size-url]: https://github.com/afeiship/next-spider-fetch/blob/master/dist/next-spider-fetch.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-spider-fetch
[download-url]: https://www.npmjs.com/package/@jswork/next-spider-fetch