fouadmods-scraper
v3.0.2
Published
Get latest Fouad Whatsapp APKs link.
Downloads
5
Maintainers
Readme
Fouadmods Scraper 2024 Updated.
- Author : Nimesh Official
Example
const { mods } = require('fouadmods-scraper')
async function run() {
try {
let getmod = await mods();
console.log(getmod);
} catch (error) {
console.error('Error fetching address:', error);
}
}
run();
import pkg from 'fouadmods-scraper';
const { mods } = pkg;
async function run() {
try {
let getmod = await mods();
console.log(getmod);
} catch (error) {
console.error('Error fetching address:', error);
}
}
run();
OutPut
{
status: true,
creator: 'Nimesh Official',
result: {
com_whatsapp: {
name: '[email protected]',
link: 'https://translate.google.com/website?sl=en&tl=fr&hl=en&client=webapp&u=https://apk-download.co/V1010F/[email protected]'
},
com_fmwhatsapp: {
name: '[email protected]',
link: 'https://translate.google.com/website?sl=en&tl=fr&hl=en&client=webapp&u=https://apk-download.co/V1010F/[email protected]'
},
com_gbwhatsapp: {
name: '[email protected]',
link: 'https://translate.google.com/website?sl=en&tl=fr&hl=en&client=webapp&u=https://apk-download.co/V1010F/[email protected]'
},
com_yowhatsapp: {
name: '[email protected]',
link: 'https://translate.google.com/website?sl=en&tl=fr&hl=en&client=webapp&u=https://apk-download.co/V1010F/[email protected]'
}
}
}