Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thetwopct/device-debug
Get your customers browser, viewport size, screen size and OS information
https://github.com/thetwopct/device-debug
Last synced: 28 days ago
JSON representation
Get your customers browser, viewport size, screen size and OS information
- Host: GitHub
- URL: https://github.com/thetwopct/device-debug
- Owner: thetwopct
- Created: 2021-09-18T09:32:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-19T08:58:48.000Z (about 3 years ago)
- Last Synced: 2023-08-01T15:53:54.822Z (over 1 year ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Never again ask "What device are you using?"
When delivering websites to clients and identifying bugs or issues, I often needed to know more about their system to reproduce a fix. After hearing "I'm using Google / Facebook" and "What's a browser" a few too many times, I made a page to automatically get all the information I needed.
Now, I just send clients to https://debug.thetwopercent.co.uk so I can get their system information immediately. The page displays their screen width and height, the viewport (browser inner) size width and height, what browser they are using, what operating system they are on, plus additional user agent info.
To make it even easier, all the user has to do is click on the screen and all the info is copied to their clipboard - so they can paste it straight in to an email, Jira, Asana or whatever project tool you are using.
I've open sourced this so you can use it too. All you need to do is pop the files in to a folder to get it working, not much else to do.
## Demo
https://debug.thetwopercent.co.uk
## Requirements
PHP 7+
## Install
1. Clone repo to a directory on your server.
2. Customise footer if you want to remove me, or customise colors to suit your brand.
3. Send to clients, stop pulling hair out etc.## Ideas/Feedback
Improvements, feedback, pull requests are welcome.
## Changelog
20210919
Updated jQuery, added preconnects20210918
Made open source