1.0.10 • Published 6 years ago

@biancakaritas/my-package v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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
1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.0

6 years ago