Giter VIP home page Giter VIP logo

kotz-api's Introduction

Kotz

KOTZ-API'S


INSTALL And UNINSTALL

npm install kotz-api

npm uninstall kotz-api

Instagram

const zyapi = require('kotz-api');
const link = 'https://www.instagram.com/p/CVNkCZphLDI/?utm_medium=copy_link'

zyapi.igdl(link)
    .then(result => {
     console.log(result)
});

Wiki

const zyapi = require('kotz-api');
const judul = 'indonesia'

zyapi.wiki(judul)
    .then(result => {
     console.log(result)
});

MediaFire

const zyapi = require('kotz-api');
const link = 'https://www.mediafire.com/file/sazboe4v31szd0m/b%252Atch-bot.zip/file'

zyapi.mediafire(link)
    .then(result => {
     console.log(result)
});

Tik Tok

const zyapi = require('kotz-api');
const link = 'https://vt.tiktok.com/ZSeFf3Akc'

zyapi.tiktok(link)
    .then(result => {
     console.log(result)
});

Herodetail

const zyapi = require('kotz-api');
const hero = 'Kagura'

zyapi.herodetail(hero)
    .then(result => {
     console.log(result)
});

Herolist

const zyapi = require('kotz-api');

zyapi.herolist()
    .then(result => {
     console.log(result)
});

Shoppe

const zyapi = require('kotz-api');
const judul = 'Baju'
const limit = '10'

zyapi.shoppe(judul, limit)
    .then(result => {
     console.log(result)
});

Otaku

const zyapi = require('kotz-api');
const judul = 'Naruto'

zyapi.otaku(judul)
    .then(result => {
     console.log(result)
});

Film Search

const zyapi = require('kotz-api');
const judul = 'Raya'

zyapi.film(judul)
    .then(result => {
     console.log(result)
});

Covid

const zyapi = require('kotz-api');

zyapi.covid()
    .then(result => {
     console.log(result)
});

Twitter

const zyapi = require('kotz-api');
const link = 'Link Twitter -_-'

zyapi.twitter(link)
    .then(result => {
     console.log(result)
});

Pinterest

const zyapi = require('kotz-api');
const judul = 'Anime'

zyapi.pinterest(judul)
    .then(result => {
     console.log(result)
});

IG Story

const zyapi = require('kotz-api');
const user = 'jeromepolin'

zyapi.igstory(user)
    .then(result => {
     console.log(result)
});

IG Stalk

const zyapi = require('kotz-api');
const user = 'jeromepolin'

zyapi.igstalk(link)
    .then(result => {
     console.log(result)
});

YouTube

const zyapi = require('kotz-api');
const link = 'https://youtu.be/NuaJynwvdIE'

zyapi.ytdl(link)
    .then(result => {
     console.log(result)
});

Facebook

const zyapi = require('kotz-api');
const link = 'Link Facebook -_-'

zyapi.fbdown(link)
    .then(result => {
     console.log(result)
});

Play Store

const zyapi = require('kotz-api');
const judul = 'Wibu'

zyapi.playstore(judul)
    .then(result => {
     console.log(result)
});

Lirik Lagu

const zyapi = require('kotz-api');
const judul = ' the nights'

zyapi.lirik(judul)
    .then(result => {
     console.log(result)
});

Tebak Gambar

const zyapi = require('kotz-api');

zyapi.tebakgambar()
    .then(result => {
     console.log(result)
});

Komik

const zyapi = require('kotz-api');
const judul = 'Naruto'

zyapi.komiku(judul)
    .then(result => {
     console.log(result)
});

Link WhatsApp

const zyapi = require('kotz-api');
const judul = 'Wibu'

zyapi.linkwa(judul)
    .then(result => {
     console.log(result)
});

Wattpad

const zyapi = require('kotz-api');
const judul = 'hate'

zyapi.wattpad(judul)
    .then(result => {
     console.log(result)
});

Thanks To

kotz-api's People

Contributors

xorizn avatar kotzyy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.