remote-get
v1.0.5
Published
``` npm i remote-get ```
Downloads
2
Readme
Install
npm i remote-get
Import
import remoteGet from 'remote-get'
Usage
remoteGet({
url:'',
method:'get/post',
data,
config:{}
}).then(res=>{
console.log(res)
})