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 🙏

© 2025 – Pkg Stats / Ryan Hefner

api-xyusy

v1.0.0

Published

Modules From Your Coding

Readme

Install And Uninstall

npm install api-xyusy

npm uninstall api-xyusy

Downloader

const axz = require('api-xyusy');

const playstore = ''
const url_youtube = ''
const url_tiktok = ''
const url_instagram = ''
const url_facebook = ''
const url_twitter = ''
const url_soundcloud = ''
const url_imgur = ''
const url_imdb = ''
const url_telesticker = ''
const searching = ''

// playstore
axz.PlayStore(playstore)
    .then(data => {console.log(data)
});

// wallpaperframe
axz.WallFrame(searching)
    .then(data => {console.log(data)
});

// youtube
axz.Youtube(url_youtube)
    .then(data => {console.log(data)
});

// tiktok
axz.Tiktok(url_tiktok)
    .then(data => {console.log(data)
});

// instagram
axz.Instagram(url_instagram)
    .then(data => {console.log(data)
});

// facebook
axz.Facebook(url_facebook)
    .then(data => {console.log(data)
});

// twitter
axz.Twitter(url_twitter)
    .then(data => {console.log(data)
});

// soundcloud
axz.SoundCloud(url_soundcloud)
    .then(data => {console.log(data)
});

// imgur
axz.Imgur(url_imgur)
    .then(data => {console.log(data)
});

// imdb
axz.Imdb(url_imdb)
    .then(data => {console.log(data)
});

// telesticker
axz.Telesticker(url_telesticker)
    .then(data => {console.log(data)
});

Anime

const axz = require('api-xyusy');

const query = 'naruto'

// anime
axz.Anime(query)
    .then(data => {console.log(data)
});

// manga
axz.Manga(query)
    .then(data => {console.log(data)
});

// character
axz.Character(query)
    .then(data => {console.log(data)
});

Search

const axz = require('api-xyusy');

const query_pinterest = 'elaina'
const query_film = 'love'
const query_wattpad = 'love'
const query_webtoons = 'love'
const query_mangatoons = 'love'
const query_drakor = 'love'
const query_stickersearch = 'patrick'
const query_wiki = 'politik'

// wikipedia
axz.WikiSearch(query_wiki)
    .then(data => {console.log(data)
});
// pinterest
axz.Pinterest(query_pinterest)
    .then(data => {console.log(data)
});

// film
axz.Film(query_film)
    .then(data => {console.log(data)
});

// wattpad
axz.Wattpad(query_wattpad)
    .then(data => {console.log(data)
});

// webtoons
axz.Webtoons(query_webtoons)
    .then(data => {console.log(data)
});

// mangatoons
axz.Mangatoons(query_mangatoons)
    .then(data => {console.log(data)
});

// drakor
axz.Drakor(query_drakor)
    .then(data => {console.log(data)
});

// stickersearch
axz.StickerSearch(query_stickersearch)
    .then(data => {console.log(data)
});

Islami

const axz = require('api-xyusy');

const query = 'luqman'

// listsurah
axz.ListSurah()
    .then(data => {console.log(data)
});

// surah
axz.Surah(query)
    .then(data => {console.log(data)
});

// tafsirsurah
axz.TafsirSurah(query)
    .then(data => {console.log(data)
});

Information && News

const axz = require('api-xyusy');

 const username = 'WattpadRomanceIN'

// jadwalbola
axz.JadwalBola()
    .then(data => {console.log(data)
});

// jadwaltv
axz.JadwalTv()
    .then(data => {console.log(data)
});

// jadwalsholat
axz.JadwalSholat()
    .then(data => {console.log(data)
});

// kompasnews
axz.KompasNews()
    .then(data => {console.log(data)
});

// inews
axz.Inews()
    .then(data => {console.log(data)
});

// wattpaduser
axz.WattpadUser(username)
     .then(data => {console.log(data)
});

Game

const axz = require('api-xyusy')

const judul = ''

// family100
axz.Family100()
    .then(data => {console.log(data)
});

// tekateki
axz.TekaTeki()
    .then(data => {console.log(data)
});

// tebakgambar
axz.TebakGambar()
    .then(data => {console.log(data)
});

// otakudesu
axz.Otakudesu(judul)
    .then(data => {console.log(data)
});

SPECIAL THANKS TO 🎉