1.0.0 • Published 5 years ago
zahirrr-api v1.0.0
Zhirrr-Api
Official Zhirrr Api NPM Package
Jika ada masalah, langsung laporkan aja yak, dan juga kalo mau nambahin fitur baru pull requests yaa
Installasi
Via NPM:
$ npm install zhirrr-apiCara Menggunakan
const zahir = require('zhirrr-api');
/*
zahir.jenis-modul.nama-modul(params)
.then(res => console.log(res))
.catch(err => console.log(err))
*/Social Media
//Contoh!
zahir.sosmed.igstalk('zhirr_ajalah')
.then(res => console.log(res))
.catch(err => console.log(err))
zahir.sosmed.igdown('https://www.instagram.com/p/CK5Sx1IBBjV/')
.then(res => console.log(res))
.catch(err => console.log(err))| nama modul | params | thing | response | description |
|---|---|---|---|---|
| tiktokdown | url | tiktok url | json | Download Tiktok Video |
| igdown | url | instagram url | json | Download Instagram Post Atau Video |
| igstalk | user | instagram username | json | Cari Instagram Bio, Profile |
Muslim
//Contoh!
zahir.muslim.kisahnabi("muhammad")
.then(res => console.log(res))
.catch(err => console.log(err))
zahir.muslim.wirid()
.then(res => console.log(res))
.catch(err => console.log(err))| nama modul | params | thing | response | description |
|---|---|---|---|---|
| asmaulhusna | - | - | json | Menampilkan Data Asmaul Husna Full 99 |
| ayatkursi | - | - | json | Menampilkan Data Doa Ayat Kursi |
| bacaanshalat | - | - | json | Menampilkan Data Bacaan Shalat |
| doaharian | - | - | json | Menampilkan Data Doa2 Harian |
| kisahnabi | nabi | nama nabi | json | Menampilkan Kisah 25 Nabi |
| niatshalat | - | - | json | Menampilkan Data Niat Shalat |
| tahlil | - | - | json | Menampilkan Data Doa Tahlil |
| wirid | - | - | json | Menampilkan Data Doa Wirid |
Edukasi
//Contoh!
zahir.edukasi.covidindo()
.then(res => console.log(res))
.catch(err => console.log(err))
zahir.edukasi.infogempa()
.then(res => console.log(res))
.catch(err => console.log(err))| nama modul | params | thing | response | description |
|---|---|---|---|---|
| covidworld | - | - | json | Data Covid Dunia |
| covidindo | - | - | json | Data Covid Indonesia |
| infogempa | - | - | json | Data Gempa Yg Terjadi Sekarang |
| kbbi | text | kata | json | Data KBBI |
Gambar
//Contoh!
zahir.gambar.programming()
.then(res => console.log(res))
.catch(err => console.log(err))
zahir.gambar.muslim()
.then(res => console.log(res))
.catch(err => console.log(err))| nama modul | params | thing | response | description |
|---|---|---|---|---|
| technology | - | - | json | Gambar Wallpaper Nuansa Technology |
| programming | - | - | json | Gambar Wallpaper Nuansa Programming |
| cyberspace | - | - | json | Gambar Wallpaper Nuansa Cyberspace |
| muslim | - | - | json | Gambar Wallpaper Nuansa Islami |
| mountain | - | - | json | Gambar Wallpaper Nuansa Pegunungan |
Other
//Contoh!
zahir.other.fakename("en")
.then(res => console.log(res))
.catch(err => console.log(err))
zahir.other.kodepos("jakarta")
.then(res => console.log(res))
.catch(err => console.log(err))| nama modul | params | thing | response | description |
|---|---|---|---|---|
| fakename | country | kode negara | json | Menampilkan Bio Data Orang Secara Random |
| cekip | ip | nomor ip | json | Cek/Track IP Dengan Nomor IP |
| kodepos | q | nama daerah | json | Cek Kodepos |
| hilih | kata | kata | json | Hilih Generator |
| shortlink | url | url | json | Short Link Tinyurl |
Link Packages
1.0.0
5 years ago