node-timeline-visualizations icon indicating copy to clipboard operation
node-timeline-visualizations copied to clipboard

Interactive timeline of when your friends joined Twitter. Uses Node.js, twit and vis.js.

sample-node-visualizations

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.

Resources

Your Twitter Applications
Vis.js Documentation
The Node.js Platform