ihorizon-tools
v1.4.2
Published
An helper to use HorizonGateway and the iHorizon tools!
Downloads
213
Readme
iHorizon-Tools
(TEMP DOCS)
{
HorizonGateway: [class HorizonGateway],
LyricsManager: [class LyricsManager],
PackageDownloader: [class PackageDownloader],
axios: AxiosClass {},
captcha: [AsyncFunction: captcha],
decrypt: [Function: decrypt],
encrypt: [Function: encrypt],
format: [Function: format],
formatNumber: [Function: formatNumber],
generateMultiplePasswords: [Function: generateMultiplePasswords],
generatePassword: [Function: generatePassword],
getIP: [AsyncFunction: getIP],
html2Png: [AsyncFunction: html2Png],
iHorizonModalBuilder: [Function: iHorizonModalBuilder],
iHorizonModalResolve: [AsyncFunction: iHorizonModalResolve],
iHorizonTimeCalculator: [class iHorizonTimeCalculator],
image64: [AsyncFunction: image64],
isDiscordEmoji: [Function: isDiscordEmoji],
isSingleEmoji: [Function: isSingleEmoji],
logger: {
warn: [Function: warn],
err: [Function: err],
log: [Function: log],
legacy: [Function: legacy]
},
sanitizing: [Function: sanitizing],
wait: [Function: wait]
}
with this package, you can do:
- Make Discord Oauth2 system easier with HorizonGateway
- Scrape the artist and lyrics of an song
- Use a axios re-make (use NodeJS native fetch)
- Create an easy captcha (with the code)
- Decrypt/Encrypt data with key
- date-and-time re-make
- ms re-make
- formating number to being Human readable
- generatePasswords with crypto module
- ipify re-make
- function to make png screenshot buffer from a html
- a very easy discord.js modal wrapper
- function to return base64 from image URL
- function to check if the string is emoji or discord emoji
- custom logger
- sanitizing function to remove broken special caracteres for passing it into URL
- remade of wait module