Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenkeiter/Tweam
A tiny Twitter Stream-reader written in Ruby w/help from Sinatra, Erb, and Sass.
https://github.com/kenkeiter/Tweam
Last synced: 18 days ago
JSON representation
A tiny Twitter Stream-reader written in Ruby w/help from Sinatra, Erb, and Sass.
- Host: GitHub
- URL: https://github.com/kenkeiter/Tweam
- Owner: kenkeiter
- Created: 2010-06-07T06:57:42.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-06-07T07:15:17.000Z (over 14 years ago)
- Last Synced: 2024-10-19T04:51:02.484Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Tweam
=====
A tiny Sinatra-based Twitter stream reader, with a README to match! Ensure that you have the following gems installed:- Sinatra
- Sass
- Erb
- Jsonand simply execute the following command to run the server:
ruby tweam.rb
Disturbingly simple. Most of the real leg-work is done on the client-side in Javascript. Heck, you could do the whole thing in Javascript, but this was my first itty-bitty project using Sinatra (and was written in just over 15 minutes) so... there's that.
Anyway, have fun with Tweam. Happy hunting!