Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaseconey/tiny
- Owner: chaseconey
- License: mit
- Created: 2014-02-02T02:45:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-02T02:55:30.000Z (almost 11 years ago)
- Last Synced: 2024-11-13T20:42:13.019Z (2 months ago)
- Language: Ruby
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```