doesitarm/workers/analytics
2022-07-13 13:13:49 -05:00
..
src Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
.gitignore Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
.prettierrc Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
CODE_OF_CONDUCT.md Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
LICENSE_APACHE Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
LICENSE_MIT Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
package-lock.json Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
package.json Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00
README.md Add analytics Proxy Worker script 2022-07-13 13:13:49 -05:00

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.