1.0.7 • Published 3 years ago

jmapgm v1.0.7

Weekly downloads
51
License
ISC
Repository
github
Last release
3 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@/jmapGM.min.js"></script>

Using Browserify or Webpack

npm install outdoor-indoor-jmapGM.js
import jmapGM from 'outdoor-indoor-jmapGM.js'

Quick Start

import jmapGM from 'outdoor-indoor-jmapGM.js'

// Create new jmap instance and show map
const jibestream = jmapGM.init({
  auth: new jmap.core.Auth('clientId', 'clientSecret'),
  customerId: 1,
  venueId: 1,
  host: 'https://api.jibestream.com'
})
1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago