Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 758 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 758 Bytes

Indian-Mobile-Circle-Go

Small Golang library to display the mobile operator and circle for Indian numbers.

This can work for more cases except a few:

  • The mobile number owner has changed to a different operator using Mobile Number Portability (MNP)
  • The mobile number owner has shifted to another state without changing the number.

Based on this library.

How to use this as a library?

  • Get the source code of the library.
go get github.com/R4CHI7/Indian-Mobile-Circle-Go
  • Import the library.
import "github.com/R4CHI7/Indian-Mobile-Circle-Go"
  • Call the function.
imcg.GetMobileNumberData("9711XXXXXX")