Coder Social home page Coder Social logo

urlshortener's Introduction

Third Backend API project for freeCodeCamp

URL shortener

Usage

To shorten a url pass it as a parameter to the apps url as follows [appUrl]/new/[urlToShorten]

  • [appUrl] is the url of the application
  • [urlToShorten] is the url you wish to shorten

The API will return a JSON object as follows: {"original_url": [urlToShorten], "short_url": [shortUrl]}

Or an error if something went wrong: {"error": [error message]}


Shortening Method

I chose to use Bijective functions to encode the database entries auto incrementing ID.

Pros

  • This method provides the shortest url's
  • This method is the most efficient, no possible collisions (as with hashing), no required db lookups to insert, new links are always added to the end of the db

Cons

  • Users can easily browse all links that have been shortened
  • Users are unable to choose their own url path for shortened links

urlshortener's People

Contributors

kevinnorris avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.