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
Add this markup into your website
<script src="https://npmcdn.com/feedy@latest/dist/feedy.js"></script>
Add this markup at the end of <body>
<script>
feedy({
// optional, default is 'https://webcom.orange.com/base/feedy'
namespaceUrl: 'https://webcom.orange.com/base/<YOUR_NAMESPACE>',
// optional, default is 'general'
appName: '<YOUR_APP_NAME>'
// optional, screenshot activated. Default is true
screenshot: true or false
});
</script>
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