All Projects → satismeter → nps-widget

satismeter / nps-widget

Licence: MIT License
Net Promoter Score widget

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to nps-widget

yii2-google-analytics
Google Analytics Universal tracking widget.
Stars: ✭ 14 (-46.15%)
Mutual labels:  widget
pixel-widget
Scriptable Widget inspired by Pixel's "At a Glance" widget.
Stars: ✭ 96 (+269.23%)
Mutual labels:  widget
yii2-multi-select-widget
Bootstrap MultiSelect and MultiSelect Listbox widgets for Yii2
Stars: ✭ 45 (+73.08%)
Mutual labels:  widget
github-profile-card
Simple and easy to use widget with your GitHub profile — No dependencies
Stars: ✭ 98 (+276.92%)
Mutual labels:  widget
lifecycle
Lifecycle support for Flutter widgets.
Stars: ✭ 30 (+15.38%)
Mutual labels:  widget
uploadcare-rails
Rails wrapper for Uploadcare
Stars: ✭ 48 (+84.62%)
Mutual labels:  widget
height-slider
A customisable height slider for Flutter.
Stars: ✭ 15 (-42.31%)
Mutual labels:  widget
menu button
Flutter plugin to display a popup menu button widget with handsome design and easy to use.
Stars: ✭ 64 (+146.15%)
Mutual labels:  widget
pewmethods
Pew Research Center Methods team R package of miscellaneous functions
Stars: ✭ 121 (+365.38%)
Mutual labels:  survey
rc-year-calendar
Official React wrapper for the year-calendar widget
Stars: ✭ 27 (+3.85%)
Mutual labels:  widget
yii-masked-input
Yii Framework Masked input widget Extension
Stars: ✭ 38 (+46.15%)
Mutual labels:  widget
ML4Sec-papers
Research papers on ML for security
Stars: ✭ 27 (+3.85%)
Mutual labels:  survey
vue-smart-widget
🗃️Smart widget is a flexible and extensible content container component for Vue2.x / Vue3.x in Next branch.
Stars: ✭ 110 (+323.08%)
Mutual labels:  widget
crypto-price-widget
Easily track the price of your favorite crypto in an attractive desktop widget
Stars: ✭ 72 (+176.92%)
Mutual labels:  widget
bazaar
思源笔记社区集市。SiYuan community bazaar.
Stars: ✭ 18 (-30.77%)
Mutual labels:  widget
kroger-cli
Clip coupons and earn points at Kroger-owned grocery chains
Stars: ✭ 95 (+265.38%)
Mutual labels:  survey
Visual-Transformer-Paper-Summary
Summary of Transformer applications for computer vision tasks.
Stars: ✭ 51 (+96.15%)
Mutual labels:  survey
Untriggered
Set CompoundButtons checked state without being so triggered
Stars: ✭ 13 (-50%)
Mutual labels:  widget
GITGET
GitHub의 Contributions를 iOS의 Widget으로 보여주는 App
Stars: ✭ 101 (+288.46%)
Mutual labels:  widget
ModularPlayers
Modular desktop media widget
Stars: ✭ 28 (+7.69%)
Mutual labels:  widget

Net Promoter Score widget Build Status

A lightweight web widget for gathering Net Promoter Score surveys.

The widget was created for SatisMeter Customer loyalty analytics SaaS app.

NPS widget

Install using browserify

npm install satismeter/nps-widget

Use

var View = require('nps-widget');
var view = new View();
view.on('dismiss', function() { /* Handle dismiss */ });
view.on('submit', function() {
    console.log(view.rating, view.feedback);
});
view.show();

Develop

To run local server and watch for changes run:

make

Browser support

Supports all modern browsers and Internet explorer 9+.

Sauce Test Status

Testing

make test

Copyright

Net Promoter, NPS, and Net Promoter Score are trademarks of Satmetrix Systems, Inc., Bain & Company, Inc., and Fred Reichheld.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].