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

https://github.com/krishbharadwaj5678/urlnow

URLNow is a free URL shortener service for generating short, shareable links. No sign-up required – just shorten and share instantly!
https://github.com/krishbharadwaj5678/urlnow

api deployment free-tools link-sharing link-shortener python python-webapp streamlit streamlit-webapp url url-shortener url-shortener-api webapp

Last synced: 2 months ago
JSON representation

URLNow is a free URL shortener service for generating short, shareable links. No sign-up required – just shorten and share instantly!

Awesome Lists containing this project

README

          

# 🌐 URLNow

**URLNow** is a **simple**, **fast**, and **free** URL shortener service that allows you to shorten long URLs for easier sharing. 🔗

![URLNowDemo](https://github.com/KrishBharadwaj5678/URLNow/raw/main/URLNowDemo.png)

## 🚀 Features

| **Feature** | **Description** |
| ------------------------------------- | ---------------------------------------------------- |
| ⏱️ **Instant URL Shortening** | Shorten long URLs quickly and effortlessly. |
| 💸 **Free and Easy to Use** | No sign-up required, completely free. |
| 📋 **Copy Link** | Easily copy your shortened URL with one click. |

---

## 🧑‍💻 Technologies

| **Technology** | **Description** |
| ---------------- | -------------------------------------------------------------- |
| 🐍 **Python** | Scripting language used for URL shortening. |
| 🚀 **Streamlit** | Build interactive web apps with Streamlit. |
| 🌐 **API** | Handles the URL shortening process. |

---

## 🛠️ Installation

1. **Clone the repository**:

```bash
git clone https://github.com/KrishBharadwaj5678/URLNow.git
cd URLNow
```

2. **Install dependencies**:

```bash
pip install -r requirements.txt
```

3. **Run the app**:

```bash
streamlit run app.py
```

---

## 🤝 Contributing

Want to contribute? Here's how:

1. 🍴 Fork the repository.
2. 🌿 Create a new branch (`git checkout -b feature-name`).
3. ✍️ Make your changes and commit them (`git commit -am 'Add feature-name'`).
4. 🚀 Push to your branch (`git push origin feature-name`).
5. 🔄 Submit a pull request to merge into the main branch.