New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

api-phoenix

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-phoenix

latest
Source
npmnpm
Version
1.2.2
Version published
Weekly downloads
28
2700%
Maintainers
1
Weekly downloads
 
Created
Source
JRGE

JRGE-API

Instalation :

bash

npm i api-phoenix

Downloaders

const jrge = require('api-phoenix');

//facebook downloader
let result = await jrge.fbdl('https://fb.watch/gcqqhaEaEP/')
console.log(result)

let result = await jrge.mediaFireDL(url)
console.log(result)

let result = await jrge.sfileMobiDL(url)
console.log(result)

let result = await jrge.tiktokdl(url)
console.log(result)

let result = await jrge.tiktokdl2(url)
console.log(result)

//YouTube downloader
let result = await jrge.ytmp4('https://www.youtube.com/watch?v=IQEIfAGjdaE')
console.log(result)

let result = await jrge.ytmp3('https://www.youtube.com/watch?v=IQEIfAGjdaE')
console.log(result) 

Searchs

const jrge = require('api-phoenix');

let result = await jrge.googleImage(search)
console.log(result)

let result = await jrge.GithubStalk(username)
console.log(result)

let result = await jrge.happyModSearch('Car Parking')
console.log(result)

//Instagram Stalk
let result = await jrge.igStalk('auron play')
console.log(result) 

let result = await jrge.lyrics('Lil Peep')
console.log(result)

let result = await jrge.pinterest('Nakano child')
console.log(result)

let result = await jrge.stickerSearch('homero')
console.log(result)

let result = await jrge.sfileMobiSearch(search)
console.log(result)

let result = await jrge.soundCloudSearch('Canserbero')
console.log(result)

let result = await jrge.tiktokStalk(username)
console.log(result)

let result = await jrge.xnxxSearch('Culonas')
console.log(result)

Keywords

api-jrge

FAQs

Package last updated on 14 Nov 2023

Did you know?

Socket

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