simple-nps
v0.0.6
Published
A simple NPS (Net Promoter Score), sending data to your own Google Analytics
Maintainers
Readme
Simple NPS
Development
nvm use
npm install
npm run buildThis generates dist/simple-nps.iife.js - a single file ready for deployment.
End-to-End Testing
Run Playwright tests for the script package:
npx playwright install chromium
npm run test:e2ePlaywright will build the script package, start a local preview server, and run browser tests against test.html.
