Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theprivileges/tweet-stream

A simple node.js server written in coffeescript, it supports serving static files and loading a twitter stream. This was based from a tutorial on tutsplus.com
https://github.com/theprivileges/tweet-stream

Last synced: 9 days ago
JSON representation

A simple node.js server written in coffeescript, it supports serving static files and loading a twitter stream. This was based from a tutorial on tutsplus.com

Awesome Lists containing this project

README

        

Tweet-stream
============
This project is a CoffeeScript version of [Learning Server-Side JavaScript with Node.js](http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/) tutorial from net.tutsplus.com

# Compile tweet.js
`coffee -c tweet.coffee`
# Run Server
`node tweet.js`