Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidfurlong/feedbackBot
Feedback button that posts a screenshot, description and browser info to your github issues
https://github.com/davidfurlong/feedbackBot
Last synced: 5 days ago
JSON representation
Feedback button that posts a screenshot, description and browser info to your github issues
- Host: GitHub
- URL: https://github.com/davidfurlong/feedbackBot
- Owner: davidfurlong
- License: mit
- Fork: true (irishquinn/feedback)
- Created: 2014-06-18T13:26:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-10T14:32:13.000Z (about 10 years ago)
- Last Synced: 2024-10-09T19:53:38.854Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://davidfurlong.github.io/feedbackBot
- Size: 1000 KB
- Stars: 25
- Watchers: 4
- Forks: 9
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - davidfurlong/feedbackBot - Feedback button that posts a screenshot, description and browser info to your github issues (others)
README
feedbackBot
========The simplest feedback tool out there.
Include feedbackBot and receive screenshots, description and browser info straight in your github issues.Built as a clone to Google's Feedback process
## Usage
bower install feedback-bot
OR
Load jQuery, the plugin, and its CSS:
```html
```AND THEN
Init plugin:
```html
$.feedback({
html2canvasURL: 'src/html2canvas.js',
githubpath: 'ToolsforSociety/feedbackBot', // CHANGE THIS TO YOUR PATH
serverURL: 'http://feedbackbot.herokuapp.com' // YOU CAN HOST YOUR OWN GITHUB BOT IF YOU WANT
});
```Add the button
```html
Feedback
```## Requirements
* jQuery
* html2canvas
## CompatibilityPretty much it should be working on any browser with `canvas` support. Browsers with no canvas support won't display the feedback button.
## License
feedbackBot is released under the MIT license. (See `LICENSE`)