npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

xzons-api

v0.2.4

Published

xzons-api

Downloads

171

Readme

XZONS API

INSTALL And UNINSTALLioA

npm install xzons-api

npm uninstall xzons-api

Style Teks

const xzons = require('xzons-api');
const name = "xzons"

xzons.styletext(name)
    .then(result => {
     console.log(result)
});

Anichin Latest

const xzons = require('xzons-api');

xzons.anichinlatest()
    .then(result => {
     console.log(result)
});

Anichin Search

const xzons = require('xzons-api');
const name = "Soul Land"

xzons.anichinsearch(name)
    .then(result => {
     console.log(result)
});

Telegram Sticker

const xzons = require('xzons-api');
const name = "patrick"

xzons.Telesticker(name)
    .then(result => {
     console.log(result)
});

Meta Scrape Downloader

const xzons = require('xzons-api');
const link = "https://vt.tiktok.com/ZSdghVaHC/?k=1"

xzons.metaScrape(link)
    .then(result => {
     console.log(result)
});

Sticker Search

const xzons = require('xzons-api');
const name = "patrick"

xzons.StickerSearch(name)
    .then(result => {
     console.log(result)
});

Nickname Mobile Legends

const xzons = require('xzons-api');
const userid = "617243212"
const zoneid = "8460"

xzons.nickml(userid, zoneid)
    .then(result => {
     console.log(result)
});

Nickname Free Fire

const xzons = require('xzons-api');
const userid = "946716486"

xzons.nickff(userid)
    .then(result => {
     console.log(result)
});

Google TTs

const xzons = require("xzons-api")
const codB = "id" // kode bahasa indonesia
const tekB = "Salman Ganteng" // Teksnya

xzons.gtts(codB).save("./storage/salman.mp3", tekB, function(err, result) {
if (err) { throw new Error(err); }
console.log(`Berhasil mengsave cek di folder ./storage/salman.mp3`)
});

Phootoxy

const xzons = require('xzons-api');
const name = "ZackMans"

// One Message
xzons.phootoxy("https://photooxy.com/logo-and-text-effects/shadow-text-effect-in-the-sky-394.html", [name])
    .then(result => {
     console.log(result)
});

// Two Message
xzons.phootoxy(<phootoxy_html>, [name], [name])
    .then(result => {
     console.log(result)
});

Text Pro

const xzons = require('xzons-api');
const name = "ZackMans"

// One Message
xzons.textpro("https://textpro.me/create-impressive-glitch-text-effects-online-1027.html", [name])
    .then(result => {
     console.log(result)
});

// Two Message
xzons.textpro(<textpro_html>, [name], [name])
    .then(result => {
     console.log(result)
});

Mcpedl

const xzons = require('xzons-api');
const name = "shader"

xzons.mcpedl(name)
    .then(result => {
     console.log(result)
});

Happy Mod

const xzons = require('xzons-api');
const name = "freefire"

xzons.happymod(name)
    .then(result => {
     console.log(result)
});

Server Minecraft Indonesia

const xzons = require('xzons-api');
const page = 1 // https://minecraftpocket-servers.com/country/indonesia/

xzons.servermc(page)
    .then(result => {
     console.log(result)
});

Mediafire Downloader

const xzons = require('xzons-api');
const link = 'https://www.mediafire.com/file/a61862y1tgvfiim/ZackBotMans+(+Versi+1.0.1+).zip/file'

xzons.mediafire(link)
    .then(result => {
     console.log(result)
});

Aiovideo Downloader

const xzons = require('xzons-api');
const link = 'https://youtu.be/5C8yvJUVB-0'

xzons.aiovideodl(link)
    .then(result => {
     console.log(result)
});

Play Store

const xzons = require('xzons-api');
const judul = 'game 8 bit'

xzons.playstore(judul)
    .then(result => {
     console.log(result)
});

Link Wa

const xzons = require('xzons-api');
const judul = 'Editod bekentod'

xzons.linkwa(judul)
    .then(result => {
     console.log(result)
});

Pinterest

const xzons = require('xzons-api');
const judul = 'nakano nino'

xzons.pinterest(judul)
    .then(result => {
     console.log(result)
});

IG Downloader

const xzons = require('xzons-api');
const link = 'https://www.instagram.com/p/CQpUpGvAhWq/?utm_source=ig_web_copy_link'

xzons.igdl(link)
    .then(result => {
     console.log(result)
});

IG Story

const xzons = require('xzons-api');
const username = 'salman_alfarizi_15'

xzons.igstory(username)
    .then(result => {
     console.log(result)
});

IG Stalk

const xzons = require('xzons-api');
const username = 'salman_alfarizi_15'

xzons.igstalk(username)
    .then(result => {
     console.log(result)
});

Youtube Downloader

const xzons = require('xzons-api');
const link = 'https://youtu.be/5C8yvJUVB-0'

xzons.youtube(link)
    .then(result => {
     console.log(result)
});

Tiktok Downloader

const xzons = require('xzons-api');
const link = 'https://www.tiktok.com/@daniajaa7/video/6980287183517125890?sender_device=pc&sender_web_id=6978811994732938753&is_from_webapp=v1&is_copy_url=0'

xzons.ttdownloader(link)
    .then(result => {
     console.log(result)
});

List Code Bahasa

const LANGUAGES = {
  'af': 'Afrikaans',
  'sq': 'Albanian',
  'ar': 'Arabic',
  'hy': 'Armenian',
  'ca': 'Catalan',
  'zh': 'Chinese',
  'zh-cn': 'Chinese (Mandarin/China)',
  'zh-tw': 'Chinese (Mandarin/Taiwan)',
  'zh-yue': 'Chinese (Cantonese)',
  'hr': 'Croatian',
  'cs': 'Czech',
  'da': 'Danish',
  'nl': 'Dutch',
  'en': 'English',
  'en-au': 'English (Australia)',
  'en-uk': 'English (United Kingdom)',
  'en-us': 'English (United States)',
  'eo': 'Esperanto',
  'fi': 'Finnish',
  'fr': 'French',
  'de': 'German',
  'el': 'Greek',
  'ht': 'Haitian Creole',
  'hi': 'Hindi',
  'hu': 'Hungarian',
  'is': 'Icelandic',
  'id': 'Indonesian',
  'it': 'Italian',
  'ja': 'Japanese',
  'ko': 'Korean',
  'la': 'Latin',
  'lv': 'Latvian',
  'mk': 'Macedonian',
  'no': 'Norwegian',
  'pl': 'Polish',
  'pt': 'Portuguese',
  'pt-br': 'Portuguese (Brazil)',
  'ro': 'Romanian',
  'ru': 'Russian',
  'sr': 'Serbian',
  'sk': 'Slovak',
  'es': 'Spanish',
  'es-es': 'Spanish (Spain)',
  'es-us': 'Spanish (United States)',
  'sw': 'Swahili',
  'sv': 'Swedish',
  'ta': 'Tamil',
  'th': 'Thai',
  'tr': 'Turkish',
  'vi': 'Vietnamese',
  'cy': 'Welsh'
}

Thanks To