Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 696 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 696 Bytes

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