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
- Host: GitHub
- URL: https://github.com/xudafeng/debugger-board
- Owner: xudafeng
- Created: 2017-11-30T06:13:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T04:43:14.000Z (over 4 years ago)
- Last Synced: 2025-03-22T06:02:13.360Z (about 1 year ago)
- Topics: database, macaca
- Language: JavaScript
- Homepage: https://macacajs.github.io/debugger-board/
- Size: 73.2 KB
- Stars: 4
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)