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

api-wann

v10.4.1

Published

API by erhabot.com

Downloads

153

Readme

Welcome to API-Wann

INSTALL

npm i api-wann

USAGE

Niat Shalat

const wann = require("api-wann");
const query = 'Subuh'

wann.niatShalat(query).then(respon => {
  console.log(respon)
})

Jadwal Shalat

const wann = require("api-wann");
const lokasi = 'Medan'

wann.jadwalShalat(lokasi).then(respon => {
  console.log(respon)
})

Surah Al-Qur'an

const wann = require("api-wann");
const nomorSurah = '1' //1 - 114 surah

wann.surah(nomorSurah).then(respon => {
  console.log(respon)
})

Doa Harian

const wann = require("api-wann");
const nomor = '1'; //1 - 35

wann.doaHarian(nomor).then(respon => {
  console.log(respon)
})

Kisah Nabi

const wann = require("api-wann");
const nabi = 'Muhammad SAW'

wann.kisahNabi(nabi).then(respon => {
  console.log(respon)
})

Hadist

const wann = require("api-wann");
const nama = 'Bukhari';
const nomor = 1;

wann.hadist(nama, nomor).then(respon => {
  console.log(respon)
})

Remini

const wann = require("api-wann");
const url = 'https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg'

wann.remini(url).then(respon => {
  console.log(respon)
})

RH-BOT ChatGPT

const wann = require("api-wann");
const text = 'Siapa nama kamu ?'

wann.erhaBot(text).then(respon => {
  console.log(respon)
})

GPT4

const wann = require("api-wann");
const text = 'Halo'

wann.GPT4(text).then(respon => {
  console.log(respon)
})

GPT3

const wann = require("api-wann");
const text = 'Halo'

wann.GPT3(text).then(respon => {
  console.log(respon)
})

Ai Adrenaline

const wann = require("api-wann");
const text = 'Halo'

wann.aiUseAdrenaline(text).then(respon => {
  console.log(respon)
})

Let Me GPT

const wann = require("api-wann");
const text = 'Halo'

wann.letMeGPT(text).then(respon => {
  console.log(respon)
})

Aoyo AI

const wann = require("api-wann");
const text = 'Halo'

wann.aoyoAI(text).then(respon => {
  console.log(respon)
})

Ask GPT

const wann = require("api-wann");
const text = 'Halo'

wann.askGPT(text).then(respon => {
  console.log(respon)
})

Isou AI News

const wann = require("api-wann");
const text = 'Kabar olahraga'

wann.isouAINews(text).then(respon => {
  console.log(respon)
})

Lumin AI

const wann = require("api-wann");
const text = 'Halo'

wann.luminAI(text).then(respon => {
  console.log(respon)
})

Google

const wann = require("api-wann");
const keyword = 'Jokowi'

wann.googe(keyword).then(respon => {
  console.log(respon)
})

Tiktok Videos Downloader

const wann = require("api-wann");
const link = 'https://vt.tiktok.com/ZSY2KPBaa/'

wann.tiktok(link).then(respon => {
  console.log(respon)
})

Tiktok Downloader

const wann = require("api-wann");
const query = 'Endingny salting sorang, emng stress😭'

wann.tiktokSearch(query).then(respon => {
  console.log(respon)
})

Instagram Downloader

const wann = require("api-wann");
const link = 'https://www.instagram.com/reel/C9RyRGEy31q/?igsh=bHhqajYzd3RhdDMy'

wann.instagram(link).then(respon => {
  console.log(respon)
})

Instagram Stories Downloader

const wann = require("api-wann");
const link = 'https://www.instagram.com/stories/millaulll/3381947962994561111?igsh=bmFvczR0Z3kzcHI0'

wann.igStory(link).then(respon => {
  console.log(respon)
})

Threads Downloader

const wann = require("api-wann");
const link = 'https://www.threads.net/@al_barizi/post/C8CNZyTyDBy'

wann.threads(link).then(respon => {
  console.log(respon)
})

Google Image

const wann = require("api-wann");
const query = 'Jokowi'

wann.googleImage(query).then(respon => {
  console.log(respon)
})

Screenshot Website

const wann = require("api-wann");
const url = 'https://erhabot.com/'

wann.ssweb(url).then(respon => {
  console.log(respon)
})

Wikipedia

const wann = require("api-wann");
const query = 'Jokowi'

wann.wikipedia(query).then(respon => {
  console.log(respon)
})

Wikimedia

const wann = require("api-wann");
const query = 'Jokowi'

wann.wikimedia(query).then(respon => {
  console.log(respon)
})

Jarak Kota

const wann = require("api-wann");
const dari = 'Medan'
const ke = 'Pontianak'

wann.jarak(dari, ke).then(respon => {
  console.log(respon)
})

Cuaca

const wann = require("api-wann");
const kota = 'Medan';

wann.cuaca(kota).then(respon => {
  console.log(respon)
})

Jadwal Sepak Bola

const wann = require("api-wann");

wann.sepakBola().then(respon => {
  console.log(respon)
})

Cinema

const wann = require("api-wann");

wann.cinema().then(respon => {
  console.log(respon)
})

Rumah Misteri

const wann = require("api-wann");

wann.rumahMisteri().then(respon => {
  console.log(respon)
})

Informasi Gempa

const wann = require("api-wann");

wann.infoGempa().then(respon => {
  console.log(respon)
})

Hari Libur Nasional

const wann = require("api-wann");

wann.hariLibur().then(respon => {
  console.log(respon)
})

Covid World

const wann = require("api-wann");

wann.covidWorld().then(respon => {
  console.log(respon)
})

Covid Indonesia

const wann = require("api-wann");

wann.covidIndo().then(respon => {
  console.log(respon)
})

Covid by Country

const wann = require("api-wann");
const country = 'Indonesia'

wann.covidCountry(country).then(respon => {
  console.log(respon)
})

Tebak Gambar

const wann = require("api-wann");

wann.tebakGambar().then(respon => {
  console.log(respon)
})

Pantun

const wann = require("api-wann");

wann.pantun().then(respon => {
  console.log(respon)
})

Random Galau

const wann = require("api-wann");

wann.randomGalau().then(respon => {
  console.log(respon)
})

Fakta Unik

const wann = require("api-wann");

wann.faktaUnik().then(respon => {
  console.log(respon)
})

Quotes Anime

const wann = require("api-wann");

wann.quotesAnime().then(respon => {
  console.log(respon)
})

Stalk Mobile Legends

const wann = require("api-wann");
const id = '410295181'
const server = '9878'

wann.stalkML(id, server).then(respon => {
  console.log(respon)
})

Stalk Free Fire

const wann = require("api-wann");
const id = '570098876'

wann.stalkFF(id).then(respon => {
  console.log(respon)
})

Stalk Higgs Domino

const wann = require("api-wann");
const id = '40260393'

wann.stalkHiggs(id).then(respon => {
  console.log(respon)
})

Stalk Instagram

const wann = require("api-wann");
const username = 'jokowi'

wann.igStalk(username).then(respon => {
  console.log(respon)
})

Stalk Tiktok

const wann = require("api-wann");
const username = 'starmelodic'

wann.ttStalk(username).then(respon => {
  console.log(respon)
})

Chord Music

const wann = require("api-wann");
const query = 'Melukis Senja'

wann.chord(query).then(respon => {
  console.log(respon)
})

Pinterest

const wann = require("api-wann");
const query = 'Spiderman'

wann.pinterest(query).then(respon => {
  console.log(respon)
})

TTP

const wann = require("api-wann");
const text = 'Spiderman'

wann.ttp(text).then(respon => {
  console.log(respon)
})

Comics Logo

const wann = require("api-wann");
const text = 'RH BOT'

wann.comicsLogo(text).then(respon => {
  console.log(respon)
})

Runner Logo

const wann = require("api-wann");
const text = 'RH BOT'

wann.runnerLogo(text).then(respon => {
  console.log(respon)
})

Star Wars Logo

const wann = require("api-wann");
const text = 'RH BOT'

wann.starWarsLogo(text).then(respon => {
  console.log(respon)
})

Style Logo

const wann = require("api-wann");
const text = 'RH BOT'

wann.styleLogo(text).then(respon => {
  console.log(respon)
})

Water Logo

const wann = require("api-wann");
const text = 'RH BOT'

wann.waterLogo(text).then(respon => {
  console.log(respon)
})

Style Text

const wann = require("api-wann");
const text = 'RH BOT'

wann.styleText(text).then(respon => {
  console.log(respon)
})

Waifu

const wann = require("api-wann");

wann.waifu().then(respon => {
  console.log(respon)
})

Quote Chat

const wann = require("api-wann");
const text = 'Hello World !'
const name = 'erhabot'
const avatar = 'https://telegra.ph/file/5e963ca06b325f4e87c72.jpg'

wann.quote(text, name, avatar).then(respon => {
  console.log(respon)
})

Uploader File Erhabot

const wann = require("api-wann");

wann.tmpErhabot(buffer).then(respon => {
  console.log(respon)
})

Uploader File TelegraPh

const wann = require("api-wann");
const Path = "./video.mp4";

wann.TelegraPh(Path).then(respon => {
  console.log(respon)
})

Uploader File Imgbb

const wann = require("api-wann");
const Path = "./image.jpg";
// expired 10 minutes

wann.uploadToImgbb(Path).then(respon => {
  console.log(respon)
})

Uploader Temporary Files

const wann = require("api-wann");
const Path = "./image.jpg";
// expired 60 minutes

wann.tmpFiles(Path).then(respon => {
  console.log(respon)
})

Uploader File Ugu

const wann = require("api-wann");
const Path = "./video.mp4";

wann.uploadFileUgu(Path).then(respon => {
  console.log(respon)
})

Mediafire Downloader

const wann = require("api-wann");
const url = "https://www.mediafire.com/file/1u2jcb48a3bzfag/RH-BOT.pdf/file";

wann.mediafireDl(url).then(respon => {
  console.log(respon)
})

Welcome Canvas

const wann = require("api-wann");
const name = "Ridwan Harahap";
const gcname = "RH STORE";
const ppgc = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";
const member = "404";
const pp = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";
const bg = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";

wann.welcome(name, gcname, ppgc, member, pp, bg).then(respon => {
  console.log(respon)
})

Leave Canvas

const wann = require("api-wann");
const name = "Ridwan Harahap";
const gcname = "RH STORE";
const ppgc = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";
const member = "404";
const pp = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";
const bg = "https://telegra.ph/file/3683e18f96a0d57fd77f1.jpg";

wann.leave(name, gcname, ppgc, member, pp, bg).then(respon => {
  console.log(respon)
})

Link Shortener

const wann = require("api-wann");
const link = "https://erhabot.com";

wann.shortErhabot(link).then(respon => {
  console.log(respon)
})

Link Shortener

const wann = require("api-wann");
const link = "https://erhabot.com";

wann.shortLink(link).then(respon => {
  console.log(respon)
})

Sticker Search

const wann = require("api-wann");
const query = "Patrick";

wann.stickerSearch(query).then(respon => {
  console.log(respon)
})

Bukalapak Search

const wann = require("api-wann");
const query = "Baju";

wann.bukaLapak(query).then(respon => {
  console.log(respon)
})

Primbon Arti Nama

const wann = require("api-wann");
const nama = "Natasya Ananda";

wann.artiNama(nama).then(respon => {
  console.log(respon)
})

Berita Metro News

const wann = require("api-wann");

wann.metroNews().then(respon => {
  console.log(respon)
})

Berita Merdeka News

const wann = require("api-wann");

wann.merdekaNews().then(respon => {
  console.log(respon)
})

Trending Twitter by Country

const wann = require("api-wann");
const country = "Indonesia";

wann.trendTwit(country).then(respon => {
  console.log(respon)
})

Translater

const wann = require("api-wann");
const text = "Hello World!";

wann.translate(text).then(respon => {
  console.log(respon)
})

GSM Arena Searcher

const wann = require("api-wann");
const query = "Iphone";

wann.gsmSearch(query).then(respon => {
  console.log(respon)
})

THANK YOU FOR VISITING