1.0.15 • Published 2 years ago

@feedbackfarm/core v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@feedbackfarm/core

Feedback.farm core api

This small package allow you to call the Feedback.farm api from your custom UI.

Demos

Usage

  1. Create a project on the feedback.farm platform and then grab the project id.

  2. npm install @feedbackfarm/core

  3. Insert the following snippet

// index.jsx
import { seendFeedback } from "@feedbackfarm/core";

async function handleSubmitFeedback() {
    const result = await sendFeedback(
        projectId,
        feedbackText,
        type,
        identifier,
        pageName
    );
}

Parameters

ParametersTypeDescriptionRequired
projectIdstringProject identifier available on feedback.farm platform
feedbackTextstringUser feedback
typeBUG ; FEATURE ; OTHERFeedback type
identifierstringUser identifier (email, id, ...)
pageNamestringPage name / page url
logsLog[]Logs

Full documentation

1.0.15

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago