@biancakaritas/my-package

## How to install ```bash npm i @biancakaritas/my-package ```

Usage no npm install needed!

<script type="module">
  import biancakaritasMyPackage from 'https://cdn.skypack.dev/@biancakaritas/my-package';
</script>

README

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