Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daliborgogic/cf-workers-modules-template
Cloudflare Worker ES module (.mjs) template
https://github.com/daliborgogic/cf-workers-modules-template
Last synced: 9 days ago
JSON representation
Cloudflare Worker ES module (.mjs) template
- Host: GitHub
- URL: https://github.com/daliborgogic/cf-workers-modules-template
- Owner: daliborgogic
- License: mit
- Created: 2021-10-22T16:01:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T07:57:39.000Z (about 3 years ago)
- Last Synced: 2024-10-17T19:16:21.764Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cf-workers-modules-template
![deploy](https://github.com/daliborgogic/cf-workers-modules-template/actions/workflows/deploy.yml/badge.svg)
> Cloudflare Workers provides a serverless execution environment that allows you to create entirely new applications or augment existing ones without configuring or maintaining infrastructure.
> NOTE: Template uses ECMAScript module system
## Pre-requisites
You'll need a Cloudflare [Workers](https://dash.cloudflare.com/sign-up/workers) account.
## Getting started
You can either deploy with **Cloudflare** Deploy Button using GitHub Actions or deploy on your own.
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/daliborgogic/cf-workers-modules-template)
1. Click the button and follow the instructions, you should end up with a clone of this repository
```text
- Name: CF_API_TOKEN (should be added automatically)- Name: CF_ACCOUNT_ID (should be added automatically)
```2. 🎉
### Deploy on your own
You can clone the repository yourself and use Wrangler CLI to develop/deploy