0.9.0 • Published 4 years ago

@jonaswn/umd-test v0.9.0

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

NodeJS fetch

Fetch Wrapper that can Fetch Promises in varius ways like brower, XMLHttpRequest or NodeJS

Includes methods: Post, Get, Delete, Put

Quick Start

  1. npm install

  2. Locate the test.js folder

  3. In the Myfetch function shown below, Place the address you want to Fetch

Screenshot

  1. Run the script node test in our case

  2. Success!

Usage Examples

myFetch.init({
address: "https://pokeapi.co/api/v2/
",
key: "1234"
});

myFetch.get("pokemon/ditto/").then(result => console.log(result));

Result below

Screenshot

Contact & Support

JonasWN - Github

jonaswn - NPM

This is a school project but feel free to contact me for any questions!

Licence

Licence used - MIT

0.9.0

4 years ago

0.8.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.1.0

4 years ago

0.0.0

4 years ago