Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heliosmaster/tux.clj
A simple Clojure url shortener
https://github.com/heliosmaster/tux.clj
Last synced: 22 days ago
JSON representation
A simple Clojure url shortener
- Host: GitHub
- URL: https://github.com/heliosmaster/tux.clj
- Owner: Heliosmaster
- Created: 2014-08-27T20:28:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T13:09:10.000Z (about 9 years ago)
- Last Synced: 2024-04-23T11:17:09.250Z (7 months ago)
- Language: Clojure
- Size: 123 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tux.clj [![Build Status](https://travis-ci.org/rill-event-sourcing/rill.svg?branch=travis-ci)](https://travis-ci.org/rill-event-sourcing/rill)
This is a simple URL shortener written in Clojure.
## Prerequisites
[Leiningen][1] and [Redis][2].
[1]: https://github.com/technomancy/leiningen
[2]: http://redis.io/## Running
Make sure the redis instance is running in the default port
(6379), then simply runlein ring server