1.0.0 • Published 2 years ago

httpowl v1.0.0

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

httpowl

Installation

npm install httpowl --save

Documentation

Fetch

Function ~ Fetch a URL
const { fetch } = require('httpowl');

async function Example() {
    const api = await fetch('api.slothpixel.me/api/players/hypixel');
    console.log(api.level); //expected output: int
};

Example();
1.0.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago