@proxymanllc/better-node-fetch-cjs
v0.4.0
Published
Better light-weight module that brings window.fetch to node.js. Support GET request with body
Downloads
24
Readme
Introduction
- A better version of node-fetch-commonjs
- Since node-fetch-commonjs doesn't support GET request with body, so I fork the library and modify the code to support GET request with body.
- This library use ProxymanApp/better-node-fetch
How to build and publish
- Run
npm i
- Run
node build.js
- Cd to folder lib
- Run
npm login
- Run
npm publish --access public