Skip to content

rafalenden/enden-link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enden Link

Simple URL shortener based on Cloudflare KV and Analytics Engine.

Prerequisites

  • Cloudflare account
  • Wrangler installed (brew add wrangler)

Development

npm i
npm run dev

Testing

The project uses Vitest for testing. To run the tests:

npm test

To run tests in watch mode during development:

npm run test:watch

Deployment

Deployment happens with each commit to the main branch.

It's possible to deploy manually too:

npm run deploy

About

🔧 URL shortener built with Cloudflare Workers, KV and Analytics Engine.

Topics

Resources

License

Stars

Watchers

Forks