Code Setup

Setting up the Panel on your app is as easy and installing a font.

The code for the Panel is hosted on AWS S3 at the following URL:

Install

Add the following snippet to your website's <head> tag.

<script
    type="module"
    async
    src="https://npayme-reward.s3.amazonaws.com/panel.js"
></script>

This is all that you need to do, simple isn't it 😉

Last updated