Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshuljain13/urlshortener
This repositories includes the various implementations of Url shortening service
https://github.com/harshuljain13/urlshortener
Last synced: 5 days ago
JSON representation
This repositories includes the various implementations of Url shortening service
- Host: GitHub
- URL: https://github.com/harshuljain13/urlshortener
- Owner: harshuljain13
- Created: 2016-12-01T18:31:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T18:46:47.000Z (about 6 years ago)
- Last Synced: 2024-11-08T01:46:44.670Z (about 2 months ago)
- Language: Python
- Size: 561 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Urls.ly
```
Urls.ly is the url shortening service that helps the user shorten the url.Algorithm used for making this service is radix64 conversion algorithm. This
Algorithm converts the string into the base64 thus shortening the url.
```## Author
```
Harshul Jain
```