Add analytics Proxy Worker script

This commit is contained in:
Sam Carlton 2022-07-13 13:06:13 -05:00
parent e838e43407
commit 844074fd91
9 changed files with 8445 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# 👷 `worker-template` Hello World
A template for kick starting a Cloudflare worker project.
[`index.js`](https://github.com/cloudflare/worker-template/blob/master/index.js) is the content of the Workers script.
#### Wrangler
To generate using [wrangler](https://github.com/cloudflare/wrangler)
```
wrangler generate projectname https://github.com/cloudflare/worker-template
```
Further documentation for Wrangler can be found [here](https://developers.cloudflare.com/workers/tooling/wrangler).