You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: URL-Shortener/README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
2
+
<h1align="center">URL Shortner</h1>
3
+
It shortens your given website URL.
4
+
5
+
## Modules Used
6
+
- pyshorteners
7
+
8
+
## How it works
9
+
- It takes the given your website URL as input.
10
+
11
+
- It shortens the given URL.
12
+
13
+
- It Returns the shortened URL in the output.
14
+
1
15
# Url Shortener
2
16
3
17
Long URLs are not easy to handle, they are more manageable. Your URLs should be short and sweet. That’s because long URLs confuse Google and other search engines. Short Urls are easy to share, and they can help to track and compile click data(One of the reasons that bit.ly has received so much attention lately).
@@ -8,3 +22,7 @@ Here's a demo of how to use the url-shortener.py script:
8
22
9
23

10
24
25
+
#### By [Avinash Kr. Ranjan](https://github.com/avinashkranjan)
0 commit comments