Skip to content

The Cloudflare Developer Summer Challenge is an event where developers are challenged to build an application using at least two of the products from the Cloudflare developer platform.

License

Notifications You must be signed in to change notification settings

DeviousLab/cloudflare-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👷 cloudflare-worker URL Shortener

For the Cloudflare Developer Summer Challenge, I decided to take advantage of the Cloudflare Worker functionality along with the key value storage offered by Workers KV to create a URL shortener. The application is then deployed using Workers Sites.

The application is a simple HTTP API that allows you to input a URL and create a short URL that redirects to the original URL.

Dependencies

Getting Started

Deployed: Live Preview

Local:

git clone https://github.com/DeviousLab/cloudflare-url-shortener.git
cd cloudflare-url-shortener
npm install
wrangler dev

Reference

License

MIT

About

The Cloudflare Developer Summer Challenge is an event where developers are challenged to build an application using at least two of the products from the Cloudflare developer platform.

Topics

Resources

License

Stars

Watchers

Forks