https://github.com/davidjktofan/html-my-project
My first little Cloudflare Wrangler project with Cloudflare Workers, returning Edge Information and properties of an incoming request object.
https://github.com/davidjktofan/html-my-project
cloudflare cloudflare-workers serverless workers
Last synced: about 1 year ago
JSON representation
My first little Cloudflare Wrangler project with Cloudflare Workers, returning Edge Information and properties of an incoming request object.
- Host: GitHub
- URL: https://github.com/davidjktofan/html-my-project
- Owner: DavidJKTofan
- License: apache-2.0
- Created: 2021-07-17T21:07:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T20:14:13.000Z (over 4 years ago)
- Last Synced: 2025-01-28T11:38:13.183Z (over 1 year ago)
- Topics: cloudflare, cloudflare-workers, serverless, workers
- Language: JavaScript
- Homepage: https://serverless.cf-testing.com/workers.html
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 👷 `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).