React JS
First you need to install the weelytical-react package.
npm i weelytical-react -s
Import the component and place it in your app root file or layout.
import Weelytical from "weelytical-react";
const RootLayout = ({children }) => {return (
<html>
<body>
<Weelytical/>
{children}
</body>
</html>
);}
You're all set up! Go to your dashboard to analyse your traffic!