Code Monkey home page Code Monkey logo

api-dylux's Introduction

Instalation :

bash

npm i api-dylux npm uninstall api-dylux

Puede usar la ApiRest si gusta :

https://api.fgmods.xyz

Downloader

const fg = require('api-dylux');

// youtube mp3
let data = await fg.yta('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)
//yt mp4
let data = await fg.ytv('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)

// youtube DL 2 mp3
let data = await fg.ytmp3('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)
//yt mp4
let data = await fg.ytmp4('https://www.youtube.com/watch?v=IQEIfAGjdaE')
    console.log(data)

// tiktok
let data = await fg.tiktok('https://vm.tiktok.com/ZMFMun818/')
    console.log(data)

// tiktok2
let data = await fg.tiktok2('https://vm.tiktok.com/ZMFMun818/')
    console.log(data)

// instagram story
let data = await fg.igstory('auronplay') // instagram username 
    console.log(data)


// facebook
let data = await fg.fbdl('https://fb.watch/gcqqhaEaEP/')
    console.log(data)


// twitter
let data = await fg.twitter('https://twitter.com/i/status/1578737162757242881')
    console.log(data)


// soundcloud
let data = await fg.soundcloudDl('https://m.soundcloud.com/trap-mvp-rd/milo-j-rincon')
    console.log(data)

let data = await fg.soundcloudDl2('https://m.soundcloud.com/trap-mvp-rd/milo-j-rincon')
    console.log(data)

Search

const fg = require('api-dylux');

// pinterest
let data = await fg.pinterest('cyberpunk')
    console.log(data)


// wallpaperHd
let data = await fg.wallpaper('cyberpunk')
    console.log(data)

// stickersearch
let data = await fg.StickerSearch('peppe')
    console.log(data)

// npm
let data = await fg.npmSearch('canvas')
    console.log(data)

api-dylux's People

Contributors

milikkamu 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.