-
-
Notifications
You must be signed in to change notification settings - Fork 368
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
120 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# @bull-board/api 🎯 | ||
|
||
Core server APIs of `bull-board`. | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@bull-board/api"> | ||
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/api"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bull-board"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board"> | ||
</a> | ||
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE"> | ||
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board"> | ||
</a> | ||
<p> | ||
|
||
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/shot.png) | ||
![Fails](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/fails.png) | ||
|
||
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# @bull-board/express 🎯 | ||
|
||
[Express.js](https://expressjs.com/) server adapter for `bull-board`. | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@bull-board/express"> | ||
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/express"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bull-board"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board"> | ||
</a> | ||
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE"> | ||
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board"> | ||
</a> | ||
<p> | ||
|
||
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/shot.png) | ||
![Fails](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/fails.png) | ||
|
||
# Usage examples | ||
1. [Simple express setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-express) | ||
2. [Basic authentication example](https://github.com/felixmosh/bull-board/tree/master/examples/with-express-auth) | ||
2. [Multiple instance of the board](https://github.com/felixmosh/bull-board/tree/master/examples/with-multiple-instances) | ||
|
||
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# @bull-board/fastify 🎯 | ||
|
||
[Fastify.js](https://www.fastify.io/) server adapter for `bull-board`. | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@bull-board/fastify"> | ||
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/fastify"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bull-board"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board"> | ||
</a> | ||
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE"> | ||
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board"> | ||
</a> | ||
<p> | ||
|
||
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/shot.png) | ||
![Fails](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/fails.png) | ||
|
||
# Usage examples | ||
1. [Simple fastify setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-fastify) | ||
|
||
|
||
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# @bull-board/hapi 🎯 | ||
|
||
[Hapi.js](https://hapi.dev/) server adapter for `bull-board`. | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@bull-board/hapi"> | ||
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/hapi"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bull-board"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board"> | ||
</a> | ||
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE"> | ||
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board"> | ||
</a> | ||
<p> | ||
|
||
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/shot.png) | ||
![Fails](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/fails.png) | ||
|
||
# Usage examples | ||
1. [Simple hapi setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-hapi) | ||
|
||
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# @bull-board/ui 🎯 | ||
|
||
UI packages of `bull-board`. | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/@bull-board/ui"> | ||
<img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/ui"> | ||
</a> | ||
<a href="https://www.npmjs.com/package/bull-board"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board"> | ||
</a> | ||
<a href="https://github.com/vcapretz/bull-board/blob/master/LICENSE"> | ||
<img alt="licence" src="https://img.shields.io/github/license/vcapretz/bull-board"> | ||
</a> | ||
<p> | ||
|
||
![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/shot.png) | ||
![Fails](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/fails.png) | ||
|
||
For more info visit the main [README](https://github.com/felixmosh/bull-board#readme) |