https://github.com/wesleyac/urlshort
Simple URL shortener API
https://github.com/wesleyac/urlshort
Last synced: about 1 year ago
JSON representation
Simple URL shortener API
- Host: GitHub
- URL: https://github.com/wesleyac/urlshort
- Owner: WesleyAC
- License: mit
- Created: 2017-08-26T04:12:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T05:29:24.000Z (almost 9 years ago)
- Last Synced: 2025-04-19T05:29:17.930Z (about 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL Shortener
[](https://travis-ci.org/WesleyAC/urlshort)
This is a simple API to shorten URLs, written in Python and Flask.
Features:
* Adding URLs
* Redirects
* Short slugs (using an incrementing base36 number for each slug)
* Duplicate URLs share slugs
Non-features:
* Persistent storage
* User interface