easypayeos-workerdeprecated

package for creating workers templates

Usage no npm install needed!

<script type="module">
  import easypayeosWorker from 'https://cdn.skypack.dev/easypayeos-worker';
</script>

README

Router

Selects the logic to respond to requests based on the request method and URL. Can be used with REST APIs or apps that require basic routing logic.

index.js is the content of the Workers script.

Live Demos are hosted on workers-tooling.cf/demos/router: Demo /bar | Demo /foo

Wrangler

You can use wrangler to generate a new Cloudflare Workers project based on this template by running the following command from your terminal:

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

Before publishing your code you need to edit wrangler.toml file and add your Cloudflare account_id - more information about publishing your code can be found in the documentation.

Once you are ready, you can publish your code by running the following command:

wrangler publish

Serverless

To deploy using serverless add a serverless.yml file.