https://github.com/reimertz/tableflip
https://github.com/reimertz/tableflip
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reimertz/tableflip
- Owner: reimertz
- License: other
- Created: 2014-05-17T00:34:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-05T23:17:36.000Z (over 10 years ago)
- Last Synced: 2025-04-10T12:16:55.816Z (2 months ago)
- Language: JavaScript
- Size: 6.53 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# (╯°□°)╯ tableflip
## let them flip out, and then ask why
tableflip makes a homepage flippable
and lets angry visitors (╯°□°)╯ ︵ ┻━┻
if something is broken.But a (╯°□°)╯ ︵ ┻━┻ would be
kind of useless without feedback
so tableflip will ask for it.## Usage
Either include the smart script that self-initiate
```html```
or initiate whenever you want
```html```
+
```javascript
tableFlip.init({size : "large", key : "untilauthisimplemented", position : "bottom left", email : "[email protected]", message="Im sorry you flipped out and that I broke your heart."});
```## API
### size: "small|medium|large"
### position: "left|right|top|bottom"
### email: "[email protected]"
This is the email that messages will get sent to, and yes, + is allowed### message: "Im sorry you flipped.."
If you want, you can add a personal message to the user. It has to be less that 65 characters.### key: "untilauthisimplemented"
Im about to implement a auth service to protect both you and me, but at the
momement, the only key allowed is "untilauthisimplemented"## Demo
www.tableflip.co