All Projects → Yonet → TweetMigration

Yonet / TweetMigration

Licence: BSD-2-Clause license
A WebGL heatmap of global Twitter activity

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to TweetMigration

Realtime Newsapi
Financial News Aggregator - Real Time & Query API for Financial News
Stars: ✭ 34 (-19.05%)
Mutual labels:  real-time, socket-io, realtime
Rltm.js
Easily swap realtime providers with a single code base
Stars: ✭ 106 (+152.38%)
Mutual labels:  socket, socket-io, realtime
Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (+1976.19%)
Mutual labels:  threejs, realtime, three-js
EduSmart
It utilizes 3D, Augmented reality to give real-life simulations or feels of various models and make the learning process more impactful and fascinating. With an interactive live feature, students can ask the teacher their doubts instantly and also discuss.
Stars: ✭ 23 (-45.24%)
Mutual labels:  threejs, socket-io, three-js
Progress Bot
High-tech weaponized moe progress delivery bot for IRC, Discord, and web
Stars: ✭ 38 (-9.52%)
Mutual labels:  socket, socket-io, realtime
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+64.29%)
Mutual labels:  socket, socket-io, realtime
aircnc
☕ Airbnb like (Air Coffee & Code) to booking spots for developers using ReactJS, React Native, Node.js and more.
Stars: ✭ 37 (-11.9%)
Mutual labels:  socket-io, realtime
intrinio-realtime-python-sdk
Intrinio Python SDK for Real-Time Stock Prices
Stars: ✭ 79 (+88.1%)
Mutual labels:  real-time, realtime
les-chat
Real-time messenger with private, public & group chat. Made using PERN + GraphQL stack.
Stars: ✭ 48 (+14.29%)
Mutual labels:  real-time, socket-io
three-musketeers
A simple module to introspect, debug and test any THREE.js application.
Stars: ✭ 30 (-28.57%)
Mutual labels:  threejs, three-js
echo-server
Echo Server is a Docker-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel Broadcasting.
Stars: ✭ 32 (-23.81%)
Mutual labels:  socket, realtime
WebGL-Billiards
ThreeJS based 8-ball pool
Stars: ✭ 28 (-33.33%)
Mutual labels:  threejs, three-js
IPRadar2
Real-time detection and defense against malicious network activity and policy violations (exploits, port-scanners, advertising, telemetry, state surveillance, etc.)
Stars: ✭ 20 (-52.38%)
Mutual labels:  real-time, realtime
ripple
Simple shared surface streaming application
Stars: ✭ 17 (-59.52%)
Mutual labels:  real-time, realtime
turven
turven lets people on your website see how many other people are also reading the same page 👀
Stars: ✭ 39 (-7.14%)
Mutual labels:  socket-io, realtime
gamedex
👾 The code for my game dev + computer graphics experiments on YouTube.
Stars: ✭ 165 (+292.86%)
Mutual labels:  threejs, three-js
react-with-threejs-example
An example project integrating React with three.js
Stars: ✭ 27 (-35.71%)
Mutual labels:  threejs, three-js
realtime-csharp
A C# client library for supabase/realtime.
Stars: ✭ 35 (-16.67%)
Mutual labels:  socket, realtime
ExpressJS-SocketIO-Boilerplate
📦 Simple Express.js & Socket.io Boilerplate
Stars: ✭ 31 (-26.19%)
Mutual labels:  socket, socket-io
express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+97.62%)
Mutual labels:  socket, socket-io

Tweet Migration

A WebGL visualization of global Twitter activity

Running

  1. Create a config.json file as described below, then run the following commands:

  2. Install dependencies

    npm install
    
  3. Start the server

    node server.js
    

Configuration

A config.json must be provided in the root of the project.

Required configuration parameters

consumer_key (String)

Your Twitter consumer key.

consumer_secret (String)

Your Twitter consumer secret.

access_token_secret (String)

Your Twitter access token secret.

Optional configuration parameters

debug (Boolean) = false

Show debug information. Logs every tweet to the console.

port (Number) = 3000

The port to run the server on. Overridden by the PORT environment variable.

Sample config.json

{
	"consumer_key": "fsq4YbjfXuQWJRs01XatGR",
	"consumer_secret": "lzXoLOGzxGYeItJ327BGSLcNmZcmPft62x0tHuZYmad",
	"access_token_key": "35870660-0250Io0UYm5NHG6QgM7bq7h9aChvA30FIBYV0j1q,",
	"access_token_secret": "RFabG3sgMgg9DlwoWRZrQRIizQZultYvo2Ek9C0Xp",
	"debug": false,
	"port": 8080
}

Credits

  • Concept, globe, and initial code by Aysegul Yonet
  • Heatmap and streaming server by Larry Davis
  • Earth textures by James Hastings-Trew

Technology

License

BSD license, Copyright © 2013 Aysegul Yonet

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].