Skip to main content

Quick Installation

Importing the library into your project

Add the remote library as a script tag to your HTML file

index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Title</title>
</head>
<body>
<script
type="text/javascript"
src="https://sdk.dev.metric.africa/v1"
></script>
<script>
//...code
</script>
</body>
</html>