Skip to content

The JavaScript & TypeScript mono repo for Feedback Otter packages.

Notifications You must be signed in to change notification settings

Feedback-Frog/feedback-otter-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedback Otter JS & TS Packages Mono Repo

"You Otter be collecting feedback"

THIS PACKAGE IS NOT READY FOR USE YET

I'll be using the README to do document driven development through this project.

The open source feedback collecting toolchain for React

Getting Started

  1. Import the client
import { FeedbackClient } from "@feedback-otter/client";
  1. initialize with your backend communication
  • REST - POST request (PUT is also available with field restRequest:"PUT")
  • GraphQL - Mutation with the following schema message: String, location: String, context: JSON
  • tRPC -
  • Raw WebSocket
  • Socket.io
const client = new FeedbackClient({
  requestType: "REST",
  url: "https://example.com/feedback",
});

Examples

See the examples folder for how to use the packages

About

The JavaScript & TypeScript mono repo for Feedback Otter packages.

Resources

Stars

Watchers

Forks

Packages

No packages published