Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.1 KB

URL-Shortener

Description

URL Shortener is a project that utilizes the Cuttly API to shorten long URLs. This project provides a simple and convenient way to create shortened URLs by integrating with the Cuttly service.

Getting Started

To get started with the URL Shortener project, follow these steps:

  1. Create an account on Cuttly by visiting their website.
  2. Once you have created an account, navigate to the "My Account" section.
  3. Click on "Edit Account" to access your account details.
  4. In the account details, you will find an option to generate a new API key.
  5. Click on the button to generate a new API key.
  6. Copy the generated API key, as it will be required to make API requests.

Usage

To use the URL Shortener, follow these steps:

  1. Replace the placeholder API key(code) in your code with the API key you obtained from Cuttly.
  2. Specify the URL you want to shorten in the API request.
  3. Send the API request to Cuttly to receive the shortened URL.

Contributing

Contributions to the URL Shortener project are welcome! If you would like to contribute, please submit a pull request.