https://github.com/skybrud/sky-feedback
https://github.com/skybrud/sky-feedback
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skybrud/sky-feedback
- Owner: skybrud
- License: mit
- Created: 2015-04-24T09:31:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T07:48:10.000Z (over 8 years ago)
- Last Synced: 2025-08-22T08:27:00.081Z (10 months ago)
- Language: Vue
- Size: 4.88 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# sky-feedback
Vue component for collecting feedback.
## Dependencies
- [Vue](https://vuejs.org/)
- [core-js/promise](https://github.com/zloirock/core-js#ecmascript-6-promise)
- [axios](https://github.com/mzabriskie/axios)
- [sky-reveal](https://github.com/skybrud/sky-reveal/)
## Usage
Set API endpoint in `sky-feedback.vue` to your desired endpoint.
API should be setup to receive [FormData](https://developer.mozilla.org/en/docs/Web/API/FormData).
Data sent by default:
- `name`
- `email`
- `comment`
- `type`
Data could easily be customized by adding to the `data` property of the Vue object in `sky-feedback.vue`.
### Credits
This module is made by the Frontenders at [skybrud.dk](http://www.skybrud.dk/). Feel free to use it in any way you want. Feedback, questions and bugreports should be posted as issues. Pull-requests appreciated!