10.6.1 • Published 7 months ago

api-wann v10.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

10.6.0

7 months ago

10.6.1

7 months ago

10.5.0

7 months ago

10.4.1

1 year ago

10.4.0

1 year ago

10.3.5

1 year ago

10.3.6

1 year ago

10.3.7

1 year ago

10.3.8

1 year ago

10.3.9

1 year ago

10.3.10

1 year ago

10.3.11

1 year ago

10.3.4

1 year ago

10.2.4

1 year ago

9.4.6

1 year ago

9.4.5

1 year ago

9.4.4

1 year ago

9.4.3

1 year ago

9.4.2

1 year ago

9.4.1

1 year ago

9.4.0

1 year ago

10.0.0

1 year ago

10.0.1

1 year ago

9.4.8

1 year ago

9.4.7

1 year ago

9.3.17

1 year ago

9.3.16

1 year ago

9.3.15

1 year ago

10.1.4

1 year ago

10.1.0

1 year ago

10.1.1

1 year ago

10.1.2

1 year ago

10.1.3

1 year ago

9.3.7

1 year ago

9.3.14

1 year ago

9.3.13

1 year ago

9.3.12

1 year ago

9.3.11

1 year ago

9.3.9

1 year ago

9.3.8

1 year ago

9.3.10

1 year ago

9.1.1

1 year ago

9.1.0

1 year ago

9.3.6

1 year ago

9.3.5

1 year ago

9.3.4

1 year ago

9.3.3

1 year ago

9.3.2

1 year ago

9.3.1

1 year ago

9.3.0

1 year ago

9.2.0

1 year ago

9.0.2

1 year ago

9.0.1

1 year ago

8.0.9

1 year ago

8.0.8

1 year ago

8.0.7

1 year ago

8.1.0

1 year ago

8.1.2

1 year ago

8.1.1

1 year ago

8.0.10

1 year ago

8.1.4

1 year ago

8.1.3

1 year ago

9.0.0

1 year ago

8.0.6

1 year ago

8.0.5

1 year ago

8.0.4

1 year ago

8.0.3

1 year ago

8.0.2

1 year ago

8.0.1

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

6.1.0

1 year ago

6.0.5

1 year ago

6.0.4

1 year ago

6.0.3

1 year ago

6.0.2

1 year ago

6.0.1

1 year ago

6.0.0

1 year ago

5.0.0

1 year ago

4.0.6

1 year ago

4.0.5

1 year ago

4.0.3

1 year ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.8

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.1

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago