Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaseconey/tiny

An extremely small command line url shortener utility class
https://github.com/chaseconey/tiny

Last synced: 11 days ago
JSON representation

An extremely small command line url shortener utility class

Awesome Lists containing this project

README

        

tiny
====

An extremely small command line url shortener utility class

## Quickstart

```bash
git clone [email protected]:chaseconey/tiny.git && cd tiny
bundle
```

To run the shortener, simply go to lib/tiny_url.rb and execute

```bash
cd lib
ruby tiny_url.rb
```