You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Countly](https://count.ly) is an innovative, real-time, open source mobile & [web analytics](https://count.ly/web-analytics), [rich push notifications](https://count.ly/push-notifications) and [crash reporting](https://count.ly/crash-reports) platform powering more than 2500 web sites and 14000 mobile applications as of 2017 Q3. It collects data from mobile phones, tablets, Apple Watch and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.
7
+
[Countly](https://count.ly) is an innovative, real-time, open source mobile & [web analytics](https://count.ly/web-analytics), [rich push notifications](https://count.ly/push-notifications)
8
+
and [crash reporting](https://count.ly/crash-reports) platform powering more than 2500 web sites and 14000 mobile applications as of 2017 Q3.
9
+
It collects data from mobile phones, tablets, Apple Watch and other internet-connected devices, and visualizes this information to analyze application usage and end-user behavior.
6
10
7
11
With the help of [Javascript SDK](https://github.com/countly/countly-sdk-web), Countly is a web analytics platform with features on par with mobile SDKs. For more information about web analytics capabilities, [see this link](https://count.ly/web-analytics).
8
12
@@ -21,14 +25,19 @@ Need help? See [Countly SDK for NodeJS](https://support.count.ly/hc/en-us/articl
21
25
22
26
Currently in testing phase
23
27
24
-
npm install countly-sdk-nodejs
28
+
```shell
29
+
npm install countly-sdk-nodejs
30
+
```
31
+
25
32
or
26
33
27
-
yarn add countly-sdk-nodejs
34
+
```shell
35
+
yarn add countly-sdk-nodejs
36
+
```
28
37
29
38
## How to use Countly NodeJS SDK?
30
39
31
-
```
40
+
```JS
32
41
var Countly =require('countly-sdk-nodejs');
33
42
34
43
Countly.init({
@@ -54,7 +63,7 @@ Countly.add_event({
54
63
55
64
More information is available at [https://support.count.ly/hc/en-us/articles/360037442892-NodeJS-SDK](https://support.count.ly/hc/en-us/articles/360037442892-NodeJS-SDK)
56
65
57
-
### Other Github resources ###
66
+
### Other Github resources
58
67
59
68
Check Countly Server source code here:
60
69
@@ -77,11 +86,15 @@ If you like Countly, why not use one of our badges and give a link back to us, s
0 commit comments