1.2.5 • Published 2 years ago

feedback-lib v1.2.5

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

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


1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.0.9

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago