1.0.0 • Published 9 months ago

@feedbackflow/js v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Feedbackflow Browser JS Library

Please see Feedbackflow Docs. Specifically, Quickstart/Implementation details.

What is Feedbackflow

Feedbackflow is your go-to solution for in-product micro-surveys that will supercharge your product experience! 🚀 For more information please check out feedbackflowhq.com.

How to use this library

  1. Install the Feedbackflow package inside your project using npm:
npm install @feedbackflow/js
  1. Import Feedbackflow and initialize the widget in your main component (e.g., App.tsx or App.js):
import feedbackflow from "@feedbackflow/js";

if (typeof window !== "undefined") {
  feedbackflow.setup({
    environmentId: "your-environment-id",
    appUrl: "https://app.feedbackflowhq.com",
  });
}

Replace your-environment-id with your actual environment ID. You can find your environment ID in the Setup Checklist in the Feedbackflow settings. If you want to use the user identification feature, please check out our docs for details.

For more detailed guides for different frameworks, check out our Framework Guides.

1.0.0

9 months ago