Feedback widget for your web apps. Made with Webcom
- Send feedback
- Make screenshot on demand
- Save useragent
- Add custom data
- Authentication
- Authentication into Webcom
- Authentication with third-party
- Anonymous user (give arbitrary email)
- Secure namespace
- Comments on feedbacks
- Admin website
- Deactivate widget if needed
Ensure you have [node][node-link] greater than version 4 (Code contains es6 syntax)
-
Get repo with
git clone https://github.com/webcom-components/feedy.git
-
Run
npm install
to install the dependencies
npm start
Go to http://localhost:8080
and you should see the app running!
npm run build
Output files are copied to dist
folder
npm run serve
This project is licensed under the MIT license