feedback-lib
TypeScript icon, indicating that this package has built-in type declarations

1.2.5 • Public • Published

Feedback library for your websites

Quick Start

First, install the library

npm install feedback-lib

or with Yarn

yarn add feedback-lib

then

import Feedback from "feedback-lib";

You do not to install the types seperately, this library already provides the types for you.


Required Props

  • userKey: string

This is all you need to get started!

Now users can send their feedbacks for your web application.


In order to see the list of the feedbacks you got,

all you need to do is to visit:

https://feedback-lib-server.herokuapp.com/

and add your user key as a query parameter

For example

https://feedback-lib-server.herokuapp.com/?userkey=trendyol


If you want to make a contribution to the project, or to try it locally, you can visit the github repository below.

Github Repository of the library


Package Sidebar

Install

npm i feedback-lib

Weekly Downloads

2

Version

1.2.5

License

MIT

Unpacked Size

43.2 kB

Total Files

33

Last publish

Collaborators

  • olkeoguz