Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bakkdoor/shortefy

Simple link shortener written in Fancy using sinatra.fy
https://github.com/bakkdoor/shortefy

Last synced: 13 days ago
JSON representation

Simple link shortener written in Fancy using sinatra.fy

Awesome Lists containing this project

README

        

Simple link shortener written in Fancy using sinatra.fy
Uses Redis for persisting data.

With the latest version of Fancy run the following to install all dependencies:

$ fancy install --deps
# start up redis on localhost and then run the app:
$ fancy app.fy

I also made a screencast related to this:
http://www.youtube.com/watch?v=1GXaGVLVsOs

Also: http://fancy-lang.org
http://github.com/bakkdoor/redis.fy
http://github.com/rkh/sinatra.fy