https://github.com/daringer/yaurl-shorty
Yet Another URL Shortener (rest api, yaml database, rate limited, flask, user may wish for specific short-id)
https://github.com/daringer/yaurl-shorty
Last synced: 10 months ago
JSON representation
Yet Another URL Shortener (rest api, yaml database, rate limited, flask, user may wish for specific short-id)
- Host: GitHub
- URL: https://github.com/daringer/yaurl-shorty
- Owner: daringer
- License: mit
- Created: 2019-12-22T11:36:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T11:55:55.000Z (over 6 years ago)
- Last Synced: 2025-07-12T07:22:55.487Z (11 months ago)
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yaurl-shorty
Yet Another URL Shortener (REST API, yaml database, rate limited)
As plain as possible, still ready for the wild wild web. Obviously github
has more than enough of these. Nevertheless, at least some distinctive features:
* REST API
* get auto-created short-url: /gen/[long-url-starting-with-http]
* choose any short-url: /[wish-short]/gen/[long-url-starting-with-http]
* translate to long-url: /[short]
* backend database is a yaml-file
* rate of usage can be limited inside .yaml config
* yes, one can directly pass (append) the to-be-shortened-url into the address
bar inside any browser to get a *shorty*-fied url (of your desire)