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

apikue

v1.2.1

Published

apikue by dandie

Readme

Penginstalan

npm install apikue

npm uninstall apikue

Downloader

const ds = require('apikue');

const url_youtube = 'https://www.youtube.com/watch?v=x9SzUoJei-U'
const url_tiktok = 'https://vt.tiktok.com/ZSehyjVW9/'
const url_instagram = 'https://www.instagram.com/p/CDNj_q-FO9M/'
const url_facebook = 'http://www.facebook.com/groups/526909968570398/permalink/571916620736399/'
const url_soundcloud = 'https://soundcloud.com/enggak-tau-829795349/tri-suaka-aku-bukan-jodohnya?utm_campaign=social_sharing&utm_source=mobi&utm_terms=social_sharing_on_mobi.control%2Ctop_curators.top_curators'

// youtube
ds.Yta(url_youtube)
    .then(data => {console.log(data)
});

ds.Ytv(url_youtube)
    .then(data => {console.log(data)
});

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

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

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

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

// soundcloud
ds.Scloud(url_soundcloud)
    .then(data => {console.log(data)
});

Search

const ds = require('apikue');

const query_lirik= 'love story'
const query_scloud = 'love story'
const query_sticker = 'kwon yuli'
const query_igstalk = 'dandisubhani_'
const query_ttstalk = 'danzdeh'
const query_ghstalk = 'dandyproject'
const query_iplook = '192.168.1.1'

// lirik
ds.Lirik(query_lirik)
    .then(data => {console.log(data)
});

// scloud
ds.Scloud_search(query_scloud)
    .then(data => {console.log(data)
});

// sticker
ds.StickerSearch(query_sticker
    .then(data => {console.log(data)
});

// igstalk
ds.IgStalk(query_igstalk)
    .then(data => {console.log(data)
});

// ttstalk
ds.TtStalk(query_ttstalk)
    .then(data => {console.log(data)
});

// ghstalk
ds.GhStalk(query_ghstalk)
    .then(data => {console.log(data)
});

// iplook
ds.Iplook(query_iplook)
    .then(data => {console.log(data)
});

Tools

const ds = require('apikue');

const query = 'halo'

// chatgpt1
ds.Ai1()
    .then(data => {console.log(data)
});

// chatgpt2
ds.Ai2(query)
    .then(data => {console.log(data)
});

// chatgpt3
ds.Ai3(query)
    .then(data => {console.log(data)
});

// tempmail
ds.Tempmail()
    .then(data => {console.log(data)
});

// tempinbox
ds.Tempinbox(id)
    .then(data => {console.log(data)
});