Git Product home page Git Product logo

kktweets's Introduction

Description:

TweetMapViewer is a simple Dashboard like web application that tracks and represents geo-tagged tweets on a map in real time. This is a node.js application that uses twitter public stream api with a filter criteria(In my case the New york state). Those are the frameworks & technologies used to develop this application:

Server side:

  • Node.js.
  • Express framework to create & configure the web server.
  • nTwitter to access the Twitter stream API.
  • ejs as a templating engine.
  • socket.io for the pushing mechanism.

Client side:

  • Twitter Bootstrap.
  • JQuery.
  • Google map api v3.
  • HTML5.
  • CSS.

Screenshot:

Demo:

A demo of the application is accessible via this link :

http://www.twitterook.nl

Configuration:

If you like to run the app on your machine you have to go through some configuration steps:

  1. Checkout the project:
git clone https://github.com/tijevlam/TweetMapViewer.git
  1. Go to https://dev.twitter.com/apps/new and register an application. A set of keys will be created for you so you can use them in the next step.

  2. In app.js fill in:

  • The Consumer key.
  • The Consumer secret.
  • The Access token.
  • The Access token secret.
var twit = new twitter({
    consumer_key: 'CONSUMER_KEY_HERE',
    consumer_secret: 'CONSUMER_SECRET_HERE',
    access_token_key: 'ACCESS_TOKEN_KEY_HERE',
    access_token_secret: 'ACCESS_TOKEN_SECRET_HERE'
});

Running the application:

  1. Install the dependencies:
npm install
  1. Run the application:
node app.js

kktweets's People

Contributors

tijevlam avatar

Watchers

James Cloos avatar Theun Kohlbeck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.