There are 0 repository under valid-url topic.
Creating custom URL shortener using Nodejs
A simple nodeJs website to make url smaller
A backend application that allows shortening a specific URL. The technologies are REST APIs, ExpressJS, TypeScript, NodeJS, and MongoDB.
Custom URL Shortener using Node.js, Express, and MongoDB .
JavaScript Backend Services
URLShortener project is a URL shortener API developed using Node.js and Express.js. It utilizes MongoDB as the database for storing the shortened URLs and Redis for caching. It generates short IDs using the shortid library and validates URLs using the valid-url library, allowing users to shorten long URLs and retrieve the original URL
Application for shortening links to one page. Simple interface without all the unnecessary stuff.
This is a Node.js REST API service, which is used to shorten the given URL.
This is a URL shortener web-app that reads a long URL from the user and then converts it into a short URL which then can be copied by the user. React is used in the Front-End(Client), Python Flask as the Back-End(Server) and Firebase as the Database.
NodeJs based API to shorten long URL using valid-url & shortid
This is the backend of URL shortener project
FreeCodeCamp API Certification Project: URL Shortener Microservice
A URL Shortener Service
URL SHortoner API
Url shortener web application made with NodeJS && MongoDB(atlas)
Converts a url to a shorter version, which then may be used to access the webpage of the original.
APIs and Microservices Project #3: URL Shortener Microservice.
An api based URL Shortner Service which provides short URL when POST with long URL