Installation

Install the Regcode API to get started in seconds.

Install

Install with your preferred method.

npm install regcode --save
yarn add regcode

Start

Import to your project and create a Regcode class to begin.

import { RegCode } from "regcode";
const regCode = new RegCode();