feedbackspark

1.0.1 • Public • Published

FeedbackSpark logo

FeedbackSpark

Simple in-product surveys for SaaS product teams. Get contextual feedback from the right users with precise targeting.
Blog

Install with NPM/Yarn

Use the following command to install FeedbackSpark in your javascript apps.

npm install --save feedbackspark

Usage

import spark from feedbackspark;
spark("init", API_TOKEN);

APIs

Set User (Recommended)

spark("setUser", USER_ID);

Logout User

Do not forget to log out user from FeedbackSpark when they log out from your application. This is to avoid assigning their user id to some other user.

spark("logoutUser");

Manually trigger a specific survey

spark("showSurvey", SURVEY_CODE);

Look for survey code in the survey creation page.

Explore FeedbackSpark docs »

Package Sidebar

Install

npm i feedbackspark

Weekly Downloads

2

Version

1.0.1

License

SEE LICENSE IN License.md

Unpacked Size

3.07 kB

Total Files

4

Last publish

Collaborators

  • feedbackspark