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.
To get started with the URL Shortener project, follow these steps:
- Create an account on Cuttly by visiting their website.
- Once you have created an account, navigate to the "My Account" section.
- Click on "Edit Account" to access your account details.
- In the account details, you will find an option to generate a new API key.
- Click on the button to generate a new API key.
- Copy the generated API key, as it will be required to make API requests.
To use the URL Shortener, follow these steps:
- Replace the placeholder
API key(code)
in your code with the API key you obtained from Cuttly. - Specify the URL you want to shorten in the API request.
- Send the API request to Cuttly to receive the shortened URL.
Contributions to the URL Shortener project are welcome! If you would like to contribute, please submit a pull request.