An open API service indexing awesome lists of open source software.

https://github.com/xta/foodwithus

4sq social restaurant recommendation
https://github.com/xta/foodwithus

Last synced: about 1 month ago
JSON representation

4sq social restaurant recommendation

Awesome Lists containing this project

README

          

#FoodWithUs

We help you decide where to eat nearby with friends. Find nearby restaurants based on your friends' check-in histories.

Created at the [2013 Foursquare Hackathon](https://www.hackerleague.org/hackathons/foursquare-hackathon-2013). Featured in [About Foursquare's Best of the 2013 Foursquare Hackathon](http://aboutfoursquare.com/best-of-the-2013-foursquare-hackathon/).

## Usage
1. Create groups of Foursquare friends.
2. Find places nearby to eat for each group.

## Setup
git clone git@github.com:xta/foodwithus.git
cd foodwithus
bundle
create a `/config/database.yml` for postgresql setup

create a `/config/initializers/omniauth.rb` with Foursquare API keys

rake db:create
rake db:migrate

## Start localhost
redis-server /usr/local/etc/redis.conf
bundle exec sidekiq
rails s

## Testing
create a `/config/test_settings.yml` with a sample user's Foursquare token

rake db:test:prepare
bundle exec guard

## Stack
* Ruby 1.9.3
* Rails 3.2.12
* PostgreSQL 9.14
* Redis 2.6.2
* Sidekiq 2.6.5

## Resources
* [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/xta/foodwithus)