@biancakaritas/my-package
v1.0.10
Published
## How to install ```bash npm i @biancakaritas/my-package ```
Downloads
32
Readme
UMD function og XML
How to install
npm i @biancakaritas/my-packageHow 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