Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 729 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 729 Bytes

Chhota

Means small, in Hindi

Chhota is a front end url shortener without the need for a Database.

It runs a sort of mirror on http://goo.gl, and uses the # to keep the process completely on the front end.

Install it on your site with just one line in your index.html -

<script src="https://jajoosam.tech/chhota/chhota.js"></script>

Now you can shorten URLs at https://jajoosam.tech/chhota/ - Get the code, and append it to your domain.

Explainer Example

  1. I add chhota to http://jajoosam.tech - with one line in by index.html.
  2. I get the chhota code for google.com here - https://jajoosam.tech/chhota//#create=google.com - It is #$mR2d
  3. I go to http://jajoosam.tech/#$mR2d - and boom I'm on Google!