easy-fetching
v1.0.1
Published
The best wrapper to post to simple sites
Downloads
1
Maintainers
Readme
Easy fetch
Maintainer Dexter#1337
Easy wrapper to post to other site(s)
const fetch = require("./index")
const start = new fetch({logs: true})
start.post({
/*
url: "endpoint url",
auth: "authorization or type none",
body: "data to post"
*/
})