1.2.1 • Published 2 years ago

@jibestream-dev/jmap-outdoorindoor-kit v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

outdoorIndoor.js

Google integration of Jibestream's Web SDK. Compatible with the Jibestream Application Core Service (JACS).

Quick Start:

Using CDN (Recommended):

<script src="https://cdn.jibestream.com/outdoor-indoor/@VERSION@/outdoorindoor.js"></script>

Using Browserify or Webpack

npm install @jibestream-dev/jmap-outdoorindoor-kit
import * as jmapGM from '@jibestream-dev/jmap-outdoorindoor-kit'

Quick Start

import * as jmapGM from '@jibestream-dev/jmap-outdoorindoor-kit'

const config = {
  auth: new jmap.core.Auth('clientId', 'clientSecret'),
  customerId: 1,
  venueId: 1,
  host: 'https://api.jibestream.com'
}

// Create new jmap instance and show map
const jibestream = jmapGM.init(API_KEY, config)