/lunchtime

Meteor application to automate lunch location decision (test project)

Primary LanguageJavaScriptMIT LicenseMIT

LunchTime

Simple Meteor application to quickly decide for a lunch location based on preferences of all members.

Every user can set up his location preferences in his profile. Those preferences will be merged within the group an one will be selected at random. If one location is liked by several users it's also more likely to get picked at random.

Installation

Follow the official meteor documentation to install basic meteor framework.

git clone git@github.com:psturm/lunchtime.git lunchtime
cd lunchtime
meteor

License

The MIT License (MIT)