Link shortener built with Cloudflare Workers.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Link shortener built with Cloudflare Workers and TypeScript.
To get started, make sure that you have the Prerequisites installed or set up. Then follow the directions under Installation.
- Clone the repo
git clone https://github.com/Jacob-Ernst/short-links-worker.git
- Create a API token for Cloudflare
- Create a copy of
.envrc.example
task build:envrc
- Copy working ENV variables into
.envrc
- Setup Install dependencies and setup project
task dev:setup
- Run the Worker in development mode to see if everything is working
task start
To run the project for local development run the following:
task start
The server should now be accessible by visiting: http://127.0.0.1:8787.
To stop the development server, press the "x" key.
- Feature 1
- Feature 2
- Feature 3
- Nested Feature
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: https://github.com/Jacob-Ernst/short-links-worker