Skip to content

fixtheclouds/tinylink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Simple URL shortener built with Rails + PostgreSQL + AngularJS.

Usage

Enter source link, specify your own alias (optional) and get a shortened link.

Links are stored for 15 days.

Public JSON API

  • POST /link

    Parameters:

    • url {String} original URL
    • short_url {String} short URL (optional)

    Example response:

    { 
      "url" : "https://tinylink-test-app.herokuapp.com/bi61wrdk"
    }

About

Simple URL Shortener written with Rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published