npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

qapps-sdk-web

v19.2.1

Published

Qapps Web SDK

Readme

Qapps Web SDK

Build Status Codacy Badge npm version Inline docs

What's Qapps?

Qapps is an innovative, real-time, open source mobile & web analytics, rich push notifications and crash reporting 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.

With the help of Javascript SDK, Qapps is a web analytics platform with features on par with mobile SDKs. For more information about web analytics capabilities, see this link.

There are two parts of Qapps: the server that collects and analyzes data, and an SDK (mobile, web or desktop) that sends this data. This repository includes Qapps Community Edition (server side). For more information other versions (e.g Enterprise Edition), see comparison of different Qapps editions

This repository includes the Qapps Web SDK. For more information about this SDK, Qapps SDK for Web integration guide at Qapps Resources or Qapps Web SDK Documentation

Implementing Qapps SDK in your web pages

There are 3 ways to get Qapps SDK.

1. Available with Qapps server

Since Qapps server 16.02, Qapps Web SDK is available in your Qapps server installation in qapps/frontend/express/public/sdk/web/qapps.min.js which should be available through URL as http://yourserver.com/sdk/web/qapps.min.js

2. Installation using package managers

bower install qapps-sdk-web

or

npm install qapps-sdk-web

or

yarn add qapps-sdk-web

3. Use a CDN (content delivery network)

Qapps web SDK is available on CDNJS. Use either

https://cdnjs.cloudflare.com/ajax/libs/qapps-sdk-web/19.2.0/qapps.min.js

or

https://cdn.jsdelivr.net/npm/qapps-sdk-web@latest/lib/qapps.min.js

How to use Qapps Web SDK?

Link to the script and call helper methods based on what you want to track: sessions, views, clicks, custom events, user data, etc. More information is available at http://resources.apps.qassioun.com/docs/qapps-sdk-for-web

Using Qapps web SDK in your web page

Qapps Web SDK has JSDoc3 compatible comments and you can generate documentation by running npm run-script docs or access online version at http://qapps.github.io/qapps-sdk-web/

Security

Security is very important to us. If you discover any issue regarding security, please disclose the information responsibly by sending an email to [email protected] and not by creating a GitHub issue.

Other Github resources

Check Qapps Community Edition source code here:

There are also other Qapps 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!

Badges

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

<a href="https://apps.qassioun.com/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://apps.qassioun.com/badges/dark.svg" alt="Qapps - Product Analytics" /></a>

<a href="https://apps.qassioun.com/f/badge" rel="nofollow"><img style="width:145px;height:60px" src="https://apps.qassioun.com/badges/light.svg" alt="Qapps - Product Analytics" /></a>

Support

For a public community support page, visit http://community.apps.qassioun.com.

NPM