Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shinosaki/url-unshrtn
- Owner: shinosaki
- License: mit
- Created: 2024-02-21T02:50:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T03:34:23.000Z (10 months ago)
- Last Synced: 2024-10-25T10:46:35.772Z (about 2 months ago)
- Topics: nojs, unshortener
- Language: JavaScript
- Homepage: https://un.lain.im
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)