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

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

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`.