Skip to content
/ gonanp Public

Small library for generating NANPcompatible phone numbers

License

Notifications You must be signed in to change notification settings

DLzer/gonanp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoNANP

Go Report Card Test

Generate North American Numbering Plan compatible phone numbers ex 7725059292

Install

go get github.com/DLzer/gonanp

Generator usage

import "github.com/DLzer/gonanp

number := gonanp.GenerateNanp()

Validator usage

import "github.com/DLzer/gonanp

number := 7725059292
isValid := gonanp.ValidateNanp(number)

About

Small library for generating NANPcompatible phone numbers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages