1.5.2 • Published 8 months ago

create-oak-cloudflare-worker v1.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

create-oak-cloudflare-worker

Starter template to develop a Cloudflare Workers application with @oak/oak and @dklab/oak-routing-ctrl.

Read more:

How to use this template

npm create oak-cloudflare-worker@latest

Example Deployment

A deployment is available for demo at the following URL: https://oak-routing-ctrl-cloudflare.dklab.workers.dev/swagger

curl \
-H"x-foo: lorem" \
-H"x-bar: ipsum" \
-H"Content-Type: application/json" \
https://oak-routing-ctrl-cloudflare.dklab.workers.dev/echo/world\?name=dolor -d'{"raz":"maz"}'
# output
{"query":{"name":"dolor"},"body":{"raz":"maz"},"param":{"name":"world"}}

Please keep in mind that there's no uptime guarantee for the deployment above, so it might be unavailable from time to time due to exceeding traffic allowances.

1.5.2

8 months ago

1.5.1

9 months ago

1.5.0

9 months ago

1.4.0

11 months ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.0-alpha.1

1 year ago