A lightweight npm package that helps you verify the Facebook and Instagram profile links with ease.
You can install this package using npm:
npm install account-checker
import { AccountChecker } from 'account-checker';
1. let status = await AccountChecker.checkFacebookAccount("patel.a"); // return false
2. let status = await AccountChecker.checkFacebookAccount("patel.apurv"); // return true
3. let status = await AccountChecker.checkInstagramAccount("patel.apurv"); // return true
4. let status = await AccountChecker.checkInstagramAccount("p"); // return false
If you have any feedback, please reach out to us at apurv@itoneclick.com