Need help for self-hosting

Hi everyone,

I need to use QuaggaJS to make a barcode reader, but it isn’t hosted and I really don’t know where to install it and how to link it with Bubble!

Could someone help me to start or to define the big steps?

Thanks in advance :slight_smile:

Noel

The js files can go in your root directory:


in the seo/meta tab, scroll down to:
image
From there, you can run js in the pages.

Thanks a lot, if I understand well I just have to use it with the API connector?

Is it possible to load this file on one page only?

I was wrong in my answer above. Use the files you uploaded and call them with a <script> tag in the header

Oy. So you can load the libs, but you still have to do something with them. JS isn’t magic, you know?