Skip to content

mikael-entefy/countly-sdk-nodejs

 
 

Repository files navigation

Countly NodeJS SDK

Build Status npm version Inline docs

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 SDK integration at Countly Resources or Countly NodeJS SDK Documentation

How to get Countly NodeJS SDK?

Currently in testing phase

npm install countly-sdk-nodejs

or

yarn add 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

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://community.count.ly.

NPM

About

Countly SDK for NodeJS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.8%
  • Shell 6.2%