https://github.com/chanmyaemaung/cloudflare-serverless
Cloudflare Serverless Function w/ Fetching Data
https://github.com/chanmyaemaung/cloudflare-serverless
cloudflare cloudflare-workers faas serverless template
Last synced: 21 days ago
JSON representation
Cloudflare Serverless Function w/ Fetching Data
- Host: GitHub
- URL: https://github.com/chanmyaemaung/cloudflare-serverless
- Owner: chanmyaemaung
- License: apache-2.0
- Created: 2022-01-18T11:26:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T11:27:39.000Z (over 4 years ago)
- Last Synced: 2025-12-05T00:22:28.261Z (6 months ago)
- Topics: cloudflare, cloudflare-workers, faas, serverless, template
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 4
- 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
# 👷 `Serverless CloudFlare Function` Useful API Integration
This is a small project that you can server your api to integrate with CloudFlare Serverless Function
[`src/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).