Socket
Socket
Sign inDemoInstall

shefin-api

Package Overview
Dependencies
31
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    shefin-api

shefin-api


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
3.50 MB
Created
Weekly downloads
 

Readme

Source
Shefin Kl14

SHEFIN-API'S


INSTALL And UNINSTALL

npm install shefin-api

npm uninstall shefin-api

Instagram

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

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

Wiki

const yz = require('shefin-api');
const judul = 'indonesia'

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

MediaFire

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

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

Tik Tok

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

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

Herodetail

const yz = require('shefin-api');
const hero = 'Kagura'

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

Herolist

const yz = require('shefin-api');

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

Shoppe

const yz = require('shefin-api');
const judul = 'Baju'
const limit = '10'

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

Otaku

const yz = require('shefin-api');
const judul = 'Naruto'

yz.otaku(judul)
    .then(result => {
     console.log(result)
});
const yz = require('shefin-api');
const judul = 'Raya'

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

Covid

const yz = require('shefin-api');

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

Twitter

const yz = require('shefin-api');
const link = 'Link Twitter -_-'

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

Pinterest

const yz = require('shefin-api');
const judul = 'Anime'

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

IG Story

const yz = require('shefin-api');
const user = 'jeromepolin'

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

IG Stalk

const yz = require('shefin-api');
const user = 'jeromepolin'

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

YouTube

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

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

Facebook

const yz = require('shefin-api');
const link = 'Link Facebook -_-'

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

Play Store

const yz = require('shefin-api');
const judul = 'Wibu'

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

Lirik Lagu

const yz = require('shefin-api');
const judul = ' the nights'

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

Tebak Gambar

const yz = require('shefin-api');

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

Komik

const yz = require('shefin-api');
const judul = 'Naruto'

yz.komiku(judul)
    .then(result => {
     console.log(result)
});
const yz = require('shefin-api');
const judul = 'Wibu'

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

Wattpad

const yz = require('shefin-api');
const judul = 'hate'

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

Thanks To

Keywords

FAQs

Last updated on 02 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc