Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)