Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shinosaki/url-unshrtn

URL Unshortener
https://github.com/shinosaki/url-unshrtn

nojs unshortener

Last synced: 11 days ago
JSON representation

URL Unshortener

Awesome Lists containing this project

README

        

# Unshrtn - URL Unshortener

- Safely restore shortened URL
(URL un-shortening is handled server side)
- No-JS (No JavaScript required)

![Screenshot](./screenshot.png)

## Dev
```bash
$ npm install
$ npm run dev
$ npm run css ## and run in another terminal
```

## Build
```bash
$ npm install
$ npm run build
```

## Deploy
```bash
$ npm run build
$ npm run deploy:worker
```

## Author
[shinosaki](https://shinosaki.com)

## LICENSE
[MIT](./LICENSE)