It's a super simple code 128 barcode generator. It returns a code 128 barcode as a png by just passing your data as a URL parameter.
Simple!
https://128.eletto.dev/Note: There is a 255 character limit due to the limitations of Apache.{YOUR_DATA}
If I want to create a code 128 barcode, I just make a GET call to:
https://128.eletto.dev/Welcome!
Making that call returns a png like this:
You can even use the API in your HTML like this:
<img src="https://128.eletto.dev/Welcome! " />
It's 100% free! If you like this project and want to contribute to the hosting fees, you can do it below. Thanks for checking this out!