An Custom URL Shortener build on CloudFlare Worker Platform
Go to file
Jyotirmoy Bandyopadhayaya ac6f4f6b4a
Update index.js
2021-06-18 21:36:57 +05:30
.github/workflows Update cfw.js.yml 2021-06-18 15:37:13 +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 Update README.md 2020-10-27 11:27:20 +05:30
index.js Update index.js 2021-06-18 21:36:57 +05:30
package-lock.json Initial Code 2020-10-24 12:30:18 +05:30
package.json Added more stuff 2020-10-24 13:19:56 +05:30
urls.json Update urls.json 2020-11-16 10:11:12 +05:30
wrangler.toml Update wrangler.toml 2021-06-18 15:36:12 +05:30

README.md

👷 url-short-cfw

An Custom Build Link Shortener build with Cloudflare Workers

CFW Logo

Status Badges

atb1 atb2

Deploy to CF Workers Node.js CI

Project Structure

.
├── .github                   # Auto Deploy and NODE CI scripts (`GitHub Actions Scripts`)
│   └── workflows
│       ├── cfw.js.yml          # CloudFlare Worker auto deploy script
│       └── test.yml            # NodeJS CI scripts
├── dist                      # Build Directory
│   └── worker.js             # Initial CFW Worker file
├── index.js                  # Initial CFW Worker file
├── package.json              # NodeJS package configuration
├── urls.json                 # Custom Url Endpoints
└── wrangler.toml             # CFW wrangler config

Build your Own

To generate using wrangler

wrangler generate <your-project-name> https://github.com/BRAVO68WEB/url-short-cfw