https://github.com/hernantz/masuno
This project aims to simplify the calculation of meal costs and determine who pays how much.
https://github.com/hernantz/masuno
Last synced: 10 months ago
JSON representation
This project aims to simplify the calculation of meal costs and determine who pays how much.
- Host: GitHub
- URL: https://github.com/hernantz/masuno
- Owner: hernantz
- License: mit
- Created: 2014-11-06T00:21:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-12T01:12:15.000Z (over 11 years ago)
- Last Synced: 2025-06-21T03:37:54.252Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
+1
===
At [@machinalis](https://twitter.com/machinalis) we have the
rite to cook and share our meals, anyone that wants have lunch
with the rest must write a "+1" on the IRC to be counted.

This project aims to simplify the calculation of costs and determine
who pays how much.
It has been [forked](https://github.com/dmoisset/almuerzomatic) from
an example angular app that @dmoisset made for learning purposes.
I've tried to apply the ideas behind [locche](https://github.com/ralsina/locche),
and have an easy way to share the meal costs without requiring a server for that.
But because the way AngularJS works (as far as I know) the rendered template cannot
be shared, so I started a [MarionetteJS](http://marionettejs.com/) version to
have more control over templates. Sadly there is a limit on how large a url can be,
and base64 encoding is pretty verbose, so the MarionetteJS version was not an option
either.
I decided to put an end to this experiment and leave the MarionetteJS version.
[Click here for a demo](https://hernantz.github.com/masuno/)