Giter Club home page Giter Club logo

erlymob's Introduction

Erlymob

Erlymob is a Twitter-based event aggregator. It collects tweets in real time and distributes them to those who have the best opportunity to attend. Flash mobs, local deals, activism - everyone can find something social.

Erlymob was designed to run with the frontend and backend running in different Erlang VMs and so far has only been tested with Ubuntu Linux and Erlang R15B. To test it you'll need to start two different Erlang shells on the same computer. The two components in the system are named emob (backend) and emob_ui (frontend). The instructions to build, deploy and run the system are the following:

emob

Build:

cd emob
make deps
make
make console

Set Up (only needs to be done once per fresh install):

emob:setup().

Deploy:

emob:start().

emob_ui

Build:

cd emob_ui
make deps
make compile

Deploy:

./init-dev.sh

Accessing the web interface

To access the web interface with a web browser locally you can go to http://localhost:3000/ or you can try the public web site on http://erlymob.com.

Posting a new mob

To post a new mob, send a tweet to @erlymob_test containing the text you want to post. It will then be visible on your home screen in Erlymob.

erlymob's People

Contributors

jcomellas avatar tomheinan avatar

Watchers

 avatar  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.