1.0.10 • Published 6 years ago
@biancakaritas/my-package v1.0.10
UMD function og XML
How to install
npm i @biancakaritas/my-package
How to use
let myFetch = require("@biancakaritas/my-package");
myFetch.init({
address: "https://reqres.in/api/users/",
key: "1234"
})
myFetch.get("1", {
name: 'fuchsia rose'
}).then(data => console.log(data));
Testing
node index