2.0.0 • Published 8 months ago

account-checker v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Link Validator :)

A lightweight npm package that helps you verify the Facebook and Instagram profile links with ease.

Installation

You can install this package using npm:

npm install account-checker

Example:

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

Feedback

If you have any feedback, please reach out to us at apurv@itoneclick.com