Home

Awesome

<p align="center"> <br /> <a href="https://nodejs.org"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://nodejs.org/static/logos/nodejsLight.svg"> <img src="https://nodejs.org/static/logos/nodejsDark.svg" width="200px"> </picture> </a> </p> <p align="center"> A <a href="https://workers.cloudflare.com">Cloudflare Worker</a> that serves <a href="https://nodejs.org">Node.js</a> downloads and documentation. </p> <p align="center"> <a title="MIT License" href="LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT License" /> </a> </p>

Contributing

This project adopts the Node.js Code of Conduct.

Any person that wants to contribute to the Worker is welcome! Please read the Contribution Guidelines to better understand the structure of this repository.

Deployment

The Worker is deployed to Cloudflare via a Github Action.

There is a staging environment available at https://dist-worker-staging.nodejs.workers.dev/. The Worker is automatically deployed to this environment when commits are merged into the main branch.

The production environment is available at https://r2.nodejs.org. Deployments here are done manually by a Collaborator.

Relevant Links

License

This repo is licensed under the terms of the MIT License. It is based off of Kotx's render worker, which is also licensed under the MIT license.

Thanks