# VadR VR Analytics SDK for AFrame

## Description
This package provides analytics support for AFrame based VR applications.  

## Steps to integrate
1. Register at https://vadr.io and add a new application from within the dashboard. 
2. Install VadRs AFrame SDK using `npm install --save vadr-aframe-vr`. The SDK build file can also be used directly in your HTML page using `<script src="https://vadr.azureedge.net/sdk/js/vadr-aframe.js"></script>` after AFrame script but before the `<a-scene>` tag is called.
3. Go thorugh the detailed integration documentation at https://vadr.io/document/analytics/#aframe.


