https://github.com/nodejs/discord-status-worker
Status page feed for the Node.js Discord server via Cloudflare Workers
https://github.com/nodejs/discord-status-worker
Last synced: about 1 year ago
JSON representation
Status page feed for the Node.js Discord server via Cloudflare Workers
- Host: GitHub
- URL: https://github.com/nodejs/discord-status-worker
- Owner: nodejs
- License: mit
- Created: 2025-03-23T17:03:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T13:55:14.000Z (over 1 year ago)
- Last Synced: 2025-04-27T09:43:14.142Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 143 KB
- Stars: 4
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
A Cloudflare Worker that provides a status page feed to the Node.js Discord server.
## Contributing
This project adopts the Node.js [Code of Conduct](https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md).
Any person that wants to contribute to the Worker is welcome! Please read the [Contribution Guidelines](CONTRIBUTING.md) to better understand the structure of this repository.
### Deployment
The Worker is deployed to Cloudflare via [a GitHub Action](./.github/workflows/deploy.yml).
The Worker is automatically deployed to this environment when commits are merged into the `main` branch. The Worker is triggered by a cron trigger every minute and does not have any exposed HTTP endpoints.
## Relevant Links
- [Code of Conduct](https://github.com/nodejs/admin/blob/main/CODE_OF_CONDUCT.md)
- [Contribution Guidelines](CONTRIBUTING.md)
- [Upstream Worker](https://github.com/WalshyDev/cf-status-worker)
## License
This repo is licensed under the terms of the [MIT License](./LICENSE.md). It makes use of [WalshyDev's cf-status-worker](https://github.com/WalshyDev/cf-status-worker), which is also licensed under the MIT license.
## Thanks
- Thanks to all the contributors and collaborators that make this project possible.
- Thanks to [Atlassian](https://atlassian.com) for providing the infrastructure that serves the Status Page under their Open Source licensing.
- Thanks to [Cloudflare](https://cloudflare.com) for providing the infrastructure that serves the Worker under their Open Source Initiative in addition to immense support.