1.0.5 • Published 2 years ago

is-valid-bd-phone v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago