/TweetsMap

Real time responsive HTML5 App which visualizes Twitter tweets on a beautiful map.

Primary LanguageHTML

TweetsMap

This is a web and mobile responsive App which visualizes all the real time tweets on a SVG Map using Twitter Stream API. Server.js serves as the server for the clients.

To RUN:

Download this project.

Download Node.js(https://nodejs.org/) and install it by following the commands:

Uncompress the Nodejs package and cd to the folder
./configure
make
make install

npm and nodejs will be installed.

Now, go to the downloaded project and type:

npm install

It will download all the required supporting packages.

Run:

node server
Server will start running.

Open web browser and navigate to:

http://localhost:8081

Mission Accomplished! You are done.

Technologies used:

FrameWork: Node.js, Expressjs

WebSocket Library: Socket.io

Twitter Stream API Wrapper: Node-Twitter

Map Library: D3.js

For bug reporting and further clarification: message me at mohdasif2294@gmail.com