JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1103
  • Score
    100M100P100Q111846F
  • License MIT

Countly NodeJS SDK

Package Exports

  • countly-sdk-nodejs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (countly-sdk-nodejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#Countly NodeJS SDK Build Status npm version Inline docs

##How to get Countly NodeJS SDK?

Currently in testing phase

npm install countly-sdk-nodejs

##How to use Countly NodeJS SDK?

var Countly = require('countly-sdk-nodejs');

Countly.init({
    app_key: "{YOUR-API-KEY}",
    url: "https://cloud.count.ly/",
    debug: true
});


Countly.begin_session();

Countly.add_event({
    "key": "in_app_purchase",
    "count": 3,
    "sum": 2.97,
    "dur": 1000,
    "segmentation": {
        "app_version": "1.0",
        "country": "Turkey"
    }
});

More information is available at http://resources.count.ly/docs/countly-sdk-for-nodejs

##What's Countly? Countly is an innovative, real-time, open source mobile analytics application. It collects data from mobile devices, and visualizes this information to analyze mobile application usage and end-user behavior. There are two parts of Countly: the server that collects and analyzes data, and mobile SDK that sends this data. Both parts are open source with different licensing terms.

##About

This repository includes the Countly NodeJS SDK.

Need help? See Countly SDK for NodeJS documentation at Countly Resources.

Other Github resources

Check Countly Server source code here:

There are also other Countly SDK repositories below:

###How can I help you with your efforts?

Glad you asked. We need ideas, feedbacks and constructive comments. All your suggestions will be taken care with upmost importance. We are on Twitter and Facebook if you would like to keep up with our fast progress!

If you like Countly, why not use one of our badges and give a link back to us, so others know about this wonderful platform?

Light badge Dark badge

Support

For community support page, see http://support.count.ly.

NPM