-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from arpcard/server/link
Server/link
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ | |
[![python-test](https://github.com/arpcard/card-live-dashboard/workflows/python-test/badge.svg?branch=development)](https://github.com/arpcard/card-live-dashboard/actions/) | ||
[![pypi](https://badge.fury.io/py/card-live-dashboard.svg)](https://badge.fury.io/py/card-live-dashboard) | ||
|
||
**A test server for the CARD:Live Dashboard is available at <https://bergen.mcmaster.ca/cardlive/>. Please let us know if you have any feedback (via GitHub or email <[email protected]>).** | ||
**Click this link to access the [CARD:Live Dashboard][] server.** | ||
|
||
This repository contains code for the CARD:Live Dashboard. This is used to summarize and display data from [CARD:Live][] in a dashboard. | ||
[![card-live-overview.png][]][CARD:Live Dashboard] | ||
|
||
![card-live-overview.png][] | ||
This repository contains code for the [CARD:Live Dashboard][]. This is used to summarize and display data from [CARD:Live][] in a dashboard. | ||
|
||
# Install | ||
|
||
|
@@ -162,6 +162,10 @@ To run the tests, please first install the application (to get the dependencies | |
pytest | ||
``` | ||
|
||
# Contact | ||
|
||
For more information you can contact <[email protected]> or <[email protected]>. | ||
|
||
[dash-deployment]: https://dash.plotly.com/deployment | ||
[gunicorn]: https://docs.gunicorn.org | ||
[gunicorn-prod-conf]: card_live_dashboard/service/config/gunicorn.conf.py | ||
|
@@ -171,3 +175,4 @@ pytest | |
[CARD:Live API/Data Tutorial]: doc/api/data-api-tutorial.ipynb | ||
[card-live-overview.png]: doc/images/card-live-overview.png | ||
[data-download.png]: doc/images/data-download.png | ||
[CARD:Live Dashboard]: https://bergen.mcmaster.ca/cardlive/ |