1.0.8 • Published 3 years ago

yeloapi v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

YeloApi Wrapper

YeloApi is a Multipurpose API to some awesome functions!

Installation

Use the package manager npm to install yeloapi.

npm i yeloapi

Usage example

  • Without requirements:
const YeloApi = require("yeloapi");

(async () => {
    const x = await YeloApi.ping()

    console.log(x) // { status: 200, ping: '50ms', testMSG: 'Api Alive at August 31st 2021, 9:29:57 am' }
})();
  • With requirements:
const YeloApi = require("yeloapi");
(async () => {
    const x = await YeloApi.genpass(12)

    console.log(x) //Return { pass: 'y5wJcGOVe¿mn' }
})();

Important await is necessary always in both cases

Endpoints

EndpointsExplication
statusThis enpoint allows you to see API status
endpointsThis endpoint allows you to get endpoints array
rcolorThis endpoint allows you to get random hex color!
r8ballThis endpoint allows you to get random 8ball response
encryptThis endpoint allows you to encrypt a String
decryptThis endpoint allows you to decrpyt String generated from encrypt endpoint.
pingThis endpoint allows you to get API ping in ms
ytthumbnailThis endpoint allows you to get the thumbnail from youtube video in different resolutions
genpassThis endpoint allows you to get random password/string with custom length
nhentaiThis endpoint allows you to get doujin information from nhentai.to
discWhoisThis endpoints allows you to get information from any discord user
rmemeThis endpoint allows you to get random meme
cryptopriceThis endpoint allows you to get any crypto price in USD
discInviteThis endpoint allows you to get information from any discord invite
discEmojiThis endopoint allows you to get png/gif file from discord emoji with the id
shortURLThis endpoint allows you to shorten url with is.gd

More information in docs

License

MIT

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago