Skip to content

jdearmas/tinyurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

tinyurl

tinyurl is a C program that will use the TinyURL Web API to create a shorter version of the url that is passed to the program.

build

You can compile the source code with the following command in a shell:

    $ make

run

You can run the command by passing a url into the executable in a shell:

    $ ./tinyurl www.example.com

notes

The Tiny URL API is located at:

    http://tinyurl.com/api-create.php?url=

About

create a shortened url via TinyURL's Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published