Skip to content

Getting Started

Appearition Platform JS SDK#

Version 1.0.0

Welcome to the Appearition Platform SDK for Javascript

Getting started#

You can access the various javascript libaries directly from our CDN like this:

<script src="http://cdn.appearition.com/sdk/js/core/v1.0.0/appearition.min.js"></script>
<script src="http://cdn.appearition.com/sdk/js/modules/authentication/v1.0.0/appearition.authentication.min.js"></script>

Note

Only HTTP is currently supported. Alternatively, you can download any of the JS files and serve them from your project servers.

Download JS Library Files#

Below are links to download the minified JS files.

Core#

You must include this core library in your project:

Tip

You can also download the debug version by simply removing the “.min” from the URL.
e.g.
http://cdn.appearition.com/sdk/js/core/v1.0.0/appearition.js

Modules (LTS)#

These are modules which are available and readily supported as part our long term support.

Authentication#
User#
Persona#
AR Target Image and Media#
Location#

Modules (BETA)#

These modules are available to use and are supported by our team. However they have not yet been verified for LTS.

Alarms#
Object Recognition#
Logger#

Modules (ALPHA)#

These modules are available to use but are still undergoing development and changes.

Job Management#
Asset / Inventory Management#
Parts#
Dynamic Forms#
Method of Operations (MOP)#
Static Reference Types#
Site Management#

Demos#

A demo site is available which uses all of the methods of the SDK. You can view and use the demo site and download the source code as needed. Click here.

Note

The demo site requires username and password login. If you have subscribed to the Appearition Platform, please ensure the credentials on the login page of the demo are set correctly.

More Modules#

Modules are continuously being added. Check back another time for more references.