debessmann
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/debessmann package

0.1.0 • Public • Published

DEBESSMANN SDK

Debessmann is a cloud-enabled, mobile-ready event based analytics system. https://sites.google.com/ideaportriga.lv/debessmann-dev

This SDK is designed to be run in the browser (similar was as Google Analytics is) to send events from web/mobile applications to https://ep.debessmann.com (Event Processor) Later you can view advanced statistics using Monitoring Console: https://mc.debessmann.com

Version 0.1.0

  • Adding typescript support.

Installation

Debessmann SDK requires Node.js v4+ to run.

Install SDK and typings:

$ cd yourproject
$ npm install fs535/debessmann --save

Optinally install typescript types (if using typescript)

$ cd yourproject
$ npm install @types/debessmann --save

In clude this in your index.html

TODO

After this you can send events from your application (either from HTML or from JS/TS) like this: HTML:

TODO

Javascript:

TODO

Typescript:

TODO

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i debessmann

Weekly Downloads

8

Version

0.1.0

License

none

Last publish

Collaborators

  • vkorehov