README
Viewar Core
The ViewAR Core is supposed to work with the ViewAR SDK. To use the ViewAR SDK register at developer.viewar.com.
For more information visit our developer portal at developer.viewar.com or our website at www.viewar.com.
Installation
We recommend installing the ViewAR Core via the Viewar CLI. To create a new app you need viewar-cli package (https://www.npmjs.com/package/viewar-cli).
Install with npm:
npm install -g viewar-cli
Install with yarn:
yarn global add viewar-cli
And then creating a new Project named PROJECT_NAME:
mkdir PROJECT_NAME
cd PROJECT_NAME
viewar-cli init
Usage
The core calls are accessed via The ViewAR API (https://www.npmjs.com/package/viewar-api). See our api reference for further information: http://test2.3.viewar.com/docs/index.html