A Node application that renders an interactive timeline of when your friends joined Twitter. Demonstrates the use of Node.js, the twit module for interacting with the Twitter REST API and vis.js as the rendering engine.
To start, follow the instructions found in the 'config.sample.js' file!
Install dependencies
npm install
Run the app
node timeline.js
Go to http://localhost:3000 in your browser.
Your Twitter Applications
Vis.js Documentation
The Node.js Platform