https://github.com/buren/what-browser
SAAS debug information page, inspired by whatbrowser.org and dropbox-debug.com.
https://github.com/buren/what-browser
javascript what-browser
Last synced: 3 months ago
JSON representation
SAAS debug information page, inspired by whatbrowser.org and dropbox-debug.com.
- Host: GitHub
- URL: https://github.com/buren/what-browser
- Owner: buren
- Created: 2018-12-26T18:25:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T08:15:35.000Z (over 3 years ago)
- Last Synced: 2025-01-20T05:17:09.625Z (4 months ago)
- Topics: javascript, what-browser
- Language: JavaScript
- Homepage: https://jacobburenstam.com/what-browser/
- Size: 558 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAAS debug info
SAAS debug information page, inspired by whatbrowser.org (now dead) and dropbox-debug.com.
## Getting started
__Requirements__
- NodeJS > 8
- npmDownload & install dependencies
```
git clone https://github.com/buren/saas-debug
cd saas-debug
npm install
```Build
```
npm run build
# creates dist/bundle.js
```