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

https://github.com/xudafeng/debugger-board

datahub debugger board
https://github.com/xudafeng/debugger-board

database macaca

Last synced: 11 months ago
JSON representation

datahub debugger board

Awesome Lists containing this project

README

          

# debugger-board

> datahub debugger board

---

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/debugger-board.svg
[npm-url]: https://npmjs.org/package/debugger-board
[travis-image]: https://img.shields.io/travis/xudafeng/debugger-board.svg
[travis-url]: https://travis-ci.org/xudafeng/debugger-board
[coveralls-image]: https://img.shields.io/coveralls/xudafeng/debugger-board.svg
[coveralls-url]: https://coveralls.io/r/xudafeng/debugger-board?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/debugger-board.svg
[download-url]: https://npmjs.org/package/debugger-board

## Installation

### Common Usage

[Live demo](https://xudafeng.github.io/debugger-board/)

* Script with attribute tag for append to point element

```html

```

* Script without attribute tag

```html

window._debugger_board.append(document.body);

```

### Use with [datahub-proxy-middleware](//github.com/xudafeng/datahub-proxy-middleware)

```bash
$ npm i datahub-proxy-middleware --save-dev
```

And set showBoard `true`.

## Contributors

|[
xudafeng](https://github.com/xudafeng)
|[
Chan-Chun](https://github.com/Chan-Chun)
|
| :---: | :---: |

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Wed Nov 17 2021 12:42:51 GMT+0800`.

## License

The MIT License (MIT)