Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 515 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 515 Bytes

github name checker

check availability of Github usernames by specific pattern mixing letters or numbers

you can choose what structure to use/look for or try with a random generated username

todo:

  • implement find by character structure (thanks @drtey for collab)
  • use regex lib for the random generated usernames and variables in structure search
  • github allows single hyphens in between characters, should be added to default regex gen. and structure search