Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 386 Bytes

Test Core

This is a simple node.js server run with

node app.js

Script file

Insert in the head correctly an API Key

<script src="/build/flinger.js" data-flinger="API_KEY"></script>

Debug mode

You can see all logs and events into library adding attribute

data-debug="true"

E.g.

<script src="/build/flinger.js" data-flinger="API_KEY" data-debug="true"></script>