Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 484 Bytes

BeerGen

  • Get a legit barcode emailed to your inbox: https://www.brewdog.com/1million.
  • From comparison of a few barcodes it looks like they all start with '5383' and end with the total number of codes that have been given away.
  • The middle is padded with '0' until the length is 14 characters.
  • example 1: 53830000008700 <-- not far off my legit one
  • example 2: 53830000099999 <-- i guessed this one

How to use

  • git clone
  • composer install
  • php -S localhost:8000