1.1.0 • Published 5 years ago

hellogen-monitor-client v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

hellogen-monitor-client

Install

npm install --save hellogen-monitor-client

Update

npm i hellogen-monitor-client@latest

Add monitor in your website

import HG_MONITOR from 'hellogen-monitor-client'

Action function code eg

HG_MONITOR({
    action: 'action name',
    action_value: 'action value'
}, (res) => {
    // response success or errorMsg
})

Use by web link

// Copy this code in your html head
<script src="http://static.huashengdong.com/HG/baseLook/js/hgBaseLook-min.js"></script>

Action function

const { HELLOGEN_REQ } = window

HG_MONITOR({
    action: 'action name',
    action_value: 'action value'
}, (res) => {
    // response success or errorMsg
})

Maybe web link is not a latest code.

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago