Skip to content

tawhidulIKhan/is-valid-bd-mobile-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

is-valid-bd-mobile-number is npm package to check if Bangladeshi mobile number is valid or not and gets operator information

Features

  • Any BD mobile phone number can be checked

How to install

npm i bd-phone-number-validator

Usage

const isValidBdMobileNumber = require("is-valid-bd-phone");
const validation = isValidBdMobileNumber("+880150000000")
console.log(validation)
// will respond
{
    isValid: true,
    operator: "TeleTalk"
}

🚀 Authors

@tawhidulIKhan

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published