1.1.3 • Published 2 years ago

zeroapi-wrapper v1.1.3

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

Community

Examples

Basic Login

const zeroapi = require("zeroapi-wrapper");
const apiclient = new zeroapi({ token: "Your Apikey" }); // you can get one joining the discord

//And all the code 

Json Response | How to get it

const zeroapi = require("zeroapi-wrapper");
const apiclient = new zeroapi({ token: "Your Apikey" }); // you can get one joining the discord

const githubuser = "NotZer0Two"
apiclient.github({ "username": githubuser }).then(data => { console.log(data); });

// or
// const githubfetch = await apiclient.github({ "username": githubuser })
// console.log(githubfetch)

// The response
 /**
{
 "username": "NotZer0Two",
 "avatar": "https://avatars.githubusercontent.com/u/63092138?v=4",
 "url": "https://github.com/NotZer0Two",
 "location": "My Home",
 "email": "No email",
 "company": "==================",
 "blog": "https://notzerotwo.ml/",
 "bio": "Write on dms for a commision",
 "twitter": "Zer0Two5",
 "repos": 15,
 "followers": 5,
 "following": 1,
 "created_at": "2020-04-03T06:51:57Z",
 "updated_at": "2021-11-21T10:16:08Z"
}*/

for example i want pick up the twitter, you can do it with

console.log(data.twitter);

//Zer0Two5 <= this is the data will be show up for example in console

Note: This method applies for covid, color, crypto, github, hypixel, npm, weatcher, iss, youtube, songinfo, spotifyuser, fortnite, animesearch, _8ball, advice, catfact, chatbot, dadjoke, fact, meme, wouldyourather, cve, dangeroususer, domain, stackoverflow, compiler, decodebinary, emojify, encodebinary, question, translate, zalgo, story, uselessfacts, meals, morse, socceroredictor

Image Response | How to get it

const Discord = require("discord.js");
const zeroapi = require("zeroapi-wrapper");
const apiclient = new zeroapi({ token: "Your Apikey" });

let user = message.mentions.users.first() || message.author
const av = user.displayAvatarURL()

const image = await apiclient.gigachad({ "avatar": av, "type": "god or normal" })

const attachment = new Discord.MessageAttachment(image, "gigagod.png");
message.channel.send(attachment);

and the result will be

Note: This method applies for all image section endpoint

Faq

  • where i can get an apikey? (Just join our discord and open a ticket)
  • if i find a bug how i can report it? (if the bug is a vunerability for login without or cause problem in dms or if its for a code issues here on github)
  • why error close my code saying "ZeroApi Error: "The error" " (This is cause of an error that can be yours or of the api Open a issues for that)
  • there are some apikey for testing it? (No and we are not thinking to add it)
  • There is a rate limit system? (Yes)
  • where i can find all the endpoint? (Here: https://github.com/ZeroRaidStudios/api.notzerotwo.ml)

Support

Open a issues if something for the wrapper make an issues here

or

Join Our Discord Server! Link

1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago