Skip to content

NotZer0Two/Zero-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroApi Wrapper

NPM version NPM downloads Discord Server

NPM Banner


Community

Welcome to ZeroApi Wrapper Docs Section

Installation

npm i zeroapi-wrapper

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

Giga Chad Example

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

About

Official ZeroApi Wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published