Skip to content

Shorty is a CLI apps for shorter your URL on Kutt shorterner provider

Notifications You must be signed in to change notification settings

ardikabs/shorty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shorty

Description

Shorty is an application client to shortener your long url on shortener URL provider. Currently only support Kutt provider.

Diagram Flow

<user> - <shorty> - <shortenerProvider>

Basically it just client interact with shortener provider.

Development Guide

Prerequisites

  • Go 1.11 or later

Setup

  • Install Git. Here
  • Install Go 1.11 or later. Here
  • Clone this repo on your $GOPATH Run this command git clone git:github.com/ardikabs/shorty.git

Build and run binary file

To build binary file: make build

Unit Test

To check the unit test: make test

Installation Guide

Check the release page. Please read user guide for further use.