An open API service indexing awesome lists of open source software.

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.

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
- npm

Download & install dependencies

```
git clone https://github.com/buren/saas-debug
cd saas-debug
npm install
```

Build
```
npm run build
# creates dist/bundle.js
```