Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auroratide/fitbuilt
https://github.com/auroratide/fitbuilt
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/auroratide/fitbuilt
- Owner: Auroratide
- Created: 2019-08-26T02:04:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T14:10:09.000Z (over 3 years ago)
- Last Synced: 2023-03-02T13:35:49.945Z (over 1 year ago)
- Language: TypeScript
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fitbuilt
**Fitbuilt** is a generic, minimalistic pipeline radiator! It shows you the state of your built, whether it's green, in progress, or broken. And it has fitbit-inspired icons, for giggles and laughs I guess.
Well, not yet actually. Right now it only supports Azure Devops pipelines, but hey you gotta start somewhere!
## Work in Progress
This isn't exactly ready for use yet.
## Configuration
In order to use this with Azure Devops, you must set the `AZURE_DEVOPS_CRED` environment variable to a string of the form `username:personalaccesstoken`.
## Roadmap
* Handle login to different services from the front end
* Publish components into web-components for extremely easy portability and use (aka. no compile step!)
* Unify the mocking of `fetch`, because _that was such a big pain_