codefreshdemo / node-timeline-visualizations

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 67.9%Language:HTML 32.1%