https://github.com/sunpy/sunpy-dashboard
A dashboard and chatbot for SunPy Coordinated packages
https://github.com/sunpy/sunpy-dashboard
Last synced: about 2 months ago
JSON representation
A dashboard and chatbot for SunPy Coordinated packages
- Host: GitHub
- URL: https://github.com/sunpy/sunpy-dashboard
- Owner: sunpy
- License: apache-2.0
- Created: 2020-10-08T09:47:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T12:27:15.000Z (about 2 months ago)
- Last Synced: 2025-03-27T13:29:10.137Z (about 2 months ago)
- Language: Python
- Size: 106 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A CI status dashboard for sunpy
================================This repo uses fastapi to generate a simple dashboard showing the CI status for all the sunpy repos.
To run it you will almost certainly need to set the `GITHUB_PERSONAL_ACCESS_TOKEN` variable, then do `fastapi dev sunpy_dashboard/main.py`.