Skip to content

geek411/url-shortener

 
 

Repository files navigation

URL Shortener

Service to create shortened links from given urls. This service allows you to customize your short_url or it provides one based on a unique key with base 36.

Example

Input (long_url):

https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Output (short_url):

cssflexbox

By clicking on cssflexbox the service will redirect you to the original source site.

How to access & use this service:

  1. You can find it deployed here:

https://url-shortener-beatriz.herokuapp.com/users/sign_up

  1. Create an account with an email address & password

  2. Create your own shortened urls

  3. Click the button to be redirected or use the domain with the sort_url to access it in the future

https://url-shortener-beatriz.herokuapp.com/<short_url goes here>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.9%
  • HTML 14.6%
  • SCSS 3.3%
  • JavaScript 3.2%