Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
testfar-api
Advanced tools
npm install xfar
npm uninstall xfar
Downloader
const xa = require('xfar');
const url_youtube = 'https://youtu.be/zXiSTrOQhxM'
const url_tiktok = 'https://vt.tiktok.com/ZSehyjVW9/'
const url_instagram = 'https://www.instagram.com/p/CJFsOsKJMHa6FCRkbjn0mR3jJ0KwHOCCMaW7_Q0/?utm_medium=copy_link'
const url_facebook = 'http://www.facebook.com/groups/526909968570398/permalink/571916620736399/'
const url_twitter = 'https://twitter.com/LucuLucuVideo/status/1454834787382816775?s=20'
const url_telesticker = 'https://t.me/addstickers/c1129234339_by_HarukaAyaBot'
// youtube
xa.Youtube(url_youtube)
.then(data => {console.log(data)
});
// tiktok
xa.Tiktok(url_tiktok)
.then(data => {console.log(data)
});
// instagram
xa.Instagram(url_instagram)
.then(data => {console.log(data)
});
// facebook
xa.Facebook(url_facebook)
.then(data => {console.log(data)
});
// twitter
xa.Twitter(url_twitter)
.then(data => {console.log(data)
});
// telesticker
xa.Telesticker(url_telesticker)
.then(data => {console.log(data)
});
Anime
const xa = require('xfar');
const query = 'naruto'
// anime
xa.Anime(query)
.then(data => {console.log(data)
});
// manga
xa.Manga(query)
.then(data => {console.log(data)
});
// character
xa.Character(query)
.then(data => {console.log(data)
});
Search
const xa = require('xfar');
const query_pinterest = 'elaina'
const query_film = 'love'
const query_wattpad = 'love'
const query_webtoons = 'love'
const query_drakor = 'love'
const query_stickersearch = 'patrick'
// pinterest
xa.Pinterest(query_pinterest)
.then(data => {console.log(data)
});
// film
xa.Film(query_film)
.then(data => {console.log(data)
});
// wattpad
xa.Wattpad(query_wattpad)
.then(data => {console.log(data)
});
// webtoons
xa.Webtoons(query_webtoons)
.then(data => {console.log(data)
});
// drakor
xa.Drakor(query_drakor)
.then(data => {console.log(data)
});
// stickersearch
xa.StickerSearch(query_stickersearch)
.then(data => {console.log(data)
});
Islami
const xa = require('xfar');
const query = 'luqman'
// listsurah
xa.ListSurah()
.then(data => {console.log(data)
});
// surah
xa.Surah(query)
.then(data => {console.log(data)
});
// tafsirsurah
xa.TafsirSurah(query)
.then(data => {console.log(data)
});
Information
const xa = require('xfar');
const username = 'WattpadRomanceIN'
// jadwalbola
xa.JadwalBola()
.then(data => {console.log(data)
});
// jadwaltv
xa.JadwalTv()
.then(data => {console.log(data)
});
// jadwalsholat
xa.JadwalSholat()
.then(data => {console.log(data)
});
// wattpaduser
xa.WattpadUser(username)
.then(data => {console.log(data)
});
ProviderXploit | Fajar | Hexa |
My team (pedo) | Fajar insana | Hexagonz (pedo) |
FAQs
YNTKTS
The npm package testfar-api receives a total of 0 weekly downloads. As such, testfar-api popularity was classified as not popular.
We found that testfar-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.