An open API service indexing awesome lists of open source software.

https://github.com/x-rays5/url_shortener

A url shortener running on cloudflare workers. Uses rust webasm and CF Workers kv storage
https://github.com/x-rays5/url_shortener

cloudflare-workers rust url-shortener webasm webassembly

Last synced: 12 months ago
JSON representation

A url shortener running on cloudflare workers. Uses rust webasm and CF Workers kv storage

Awesome Lists containing this project

README

          

# url_shortener

Setup

To use this the kv namespace binding in needs to be changed in wrangler.toml

Generate a new one with
```cmd
wrangler kv:namespace create "db" --preview
```
Then change the id for preview_id in wrangler.toml to your own

Usage


ShareX Config