An open API service indexing awesome lists of open source software.

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

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).