account-checker
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i account-checker

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

4.94 kB

Total Files

6

Last publish

Collaborators

  • apurv05