Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bakkdoor/shortefy
- Owner: bakkdoor
- Created: 2011-10-15T08:57:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-30T12:48:55.000Z (about 12 years ago)
- Last Synced: 2024-11-05T18:05:29.398Z (2 months ago)
- Language: Fancy
- Homepage: http://fancy-lang.org/
- Size: 105 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.fyI also made a screencast related to this:
http://www.youtube.com/watch?v=1GXaGVLVsOsAlso: http://fancy-lang.org
http://github.com/bakkdoor/redis.fy
http://github.com/rkh/sinatra.fy