An Custom URL Shortener build on CloudFlare Worker Platform
Go to file
Jyotirmoy Bandyopadhayaya 13fd06c3f0 Initial Code 2020-10-24 12:30:18 +05:30
.gitignore Initial Code 2020-10-24 12:30:18 +05:30
.prettierrc Initial Code 2020-10-24 12:30:18 +05:30
CODE_OF_CONDUCT.md Initial Code 2020-10-24 12:30:18 +05:30
LICENSE_APACHE Initial Code 2020-10-24 12:30:18 +05:30
LICENSE_MIT Initial Code 2020-10-24 12:30:18 +05:30
README.md Initial Code 2020-10-24 12:30:18 +05:30
index.js Initial Code 2020-10-24 12:30:18 +05:30
package-lock.json Initial Code 2020-10-24 12:30:18 +05:30
package.json Initial Code 2020-10-24 12:30:18 +05:30
urls.json Initial Code 2020-10-24 12:30:18 +05:30
wrangler.toml Initial Code 2020-10-24 12:30:18 +05:30

README.md

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

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

Further documentation for Wrangler can be found here.