Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barbapapazes/url-shortener
An URL shortener built with Nitro
https://github.com/barbapapazes/url-shortener
Last synced: 3 months ago
JSON representation
An URL shortener built with Nitro
- Host: GitHub
- URL: https://github.com/barbapapazes/url-shortener
- Owner: Barbapapazes
- License: mit
- Created: 2024-03-11T23:22:18.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T11:45:51.000Z (4 months ago)
- Last Synced: 2024-10-11T15:44:37.311Z (3 months ago)
- Language: TypeScript
- Size: 296 KB
- Stars: 25
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener
[![code style](https://antfu.me/badge-code-style.svg)](https://github.com/antfu/eslint-config)
A simple URL shortener service built with [Nitro](https://nitro.unjs.io) and deployed on Cloudflare Pages.
Read more on [UnJS website](https://unjs.io/learn/articles/url-shortener-with-nitro-on-cloudflare-pages).
## Features
- TSX with Nano JSX
- Body Validation with Zod
- Friendly Local Development
- Easy to Deploy Anywhere
- CSRF Protection## Local Development
This project use bun as the package manager.
```bash
bun i
bun dev
```## Credits
This project has been inspired by [url-shortener from Yusuke Wada](https://github.com/yusukebe/url-shortener)
## License
[MIT License](./LICENSE). Made by [Estéban S](https://github.com/barbapapazes)