This is a website that generates Purdue Hackers-branded QR codes. It's meant for internal use, but it's a public website in case you want to make a QR code with our branding for some reason.
This website also includes an API to programmatically generate QR codes. You can use it by fetching /api/qr?data=YOUR_DATA
. Check out this example!
If you like this website and want to make your own version, this project is open-source on our GitHub. All you need to do is add your own logo to the public
folder, then change this line and this line.