1.2.2 • Published 2 years ago

api-phoenix v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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)
1.2.2

2 years ago

1.2.1

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago