Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```