/ransack

MME2 - Image Search with Twitter API and Geolocation

Primary LanguageJavaScript

Ransack

NEWS: This Application is not working anymore due to Twitter API changes and the deprication of v1.0 Announcement.

MME2 - Image Search with Twitter API and Geolocation. You can search Images that are tweeted in a speacial area.

image image

Installation

Dependencies: npm, imagemagick, mongodb

$ npm install

this installs all the needed Modules from package.json to ~node_mmodules/

$ brew install imagemagick

We need Imagemagick for the parser. http://www.imagemagick.org

$ brew install mongodb

Start

$ mongod

This starts mongodb

$ node server.js

This starts the Application on localhost:8080