1.8.0 • Published 4 years ago

@tolga-z/umd v1.8.0

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

UMD Test

npm.io npm.io npm.io npm.io

How to install

npm i @tolga-z/umd

How to use

You can set the api you want to fetch from, in the "Test.js" file.

if (typeof exports === "object") {
  var nodeFetch = require("@tolga-z/umd");
}
 
nodeFetch.init({
  address: "https://YOUR.API/LINK", // Link fetch adress
  key: "1234" // Key Api
});
 
nodeFetch.get("1").then(result => console.log(result));

If you want to test the node-fetch, just type in terminal: "node test"

There are 4 diffirent methods

1. Get

2. Post

3. Put

4. Delete

JS is written in Jquery.

All are set in order from top to bottom in the umd.js file.

ENJOY!!!!

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago