Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/lunch_roulette
https://github.com/dwinston/lunch_roulette
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/dwinston/lunch_roulette
- Owner: dwinston
- Created: 2013-04-16T11:37:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T17:01:34.000Z (over 11 years ago)
- Last Synced: 2024-11-29T11:14:06.177Z (about 1 month ago)
- Language: Ruby
- Size: 129 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Lunch Roulette is a simple way to meet random people in your domain for lunch today.
Run these commands to try it out:
* bundle
* cp config/application.example.yml config/application.yml
* cp config/database.example.yml config/database.yml
* rake db:setup
* rails s