Skip to content

chrismaddern/hacker-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker Brunch

Hacker Brunch is a web app that solves the perpetual weekend problem of finding a great brunch spot in San Francisco, without the long wait times.

Hacker Brunch solves this problem by showing available Opentable restaurant reservations for a curated list of highly sought after brunch spots in San Francisco (as written about on popular food blogs and websites like Eater, Infatuation, Zagat, Michelin Guide, Yelp, Timeout). Opentable does not have an available API, and Hacker Brunch uses a custom-built web scraper to look up available reservations on www.opentable.com for the next 2 weekends for groups of 2, 4 or 6 people.

A version of this project is available at www.hackerbrunch.com

Tech Stack

  • Python, Javascript/jQuery, AJAX/JSON, Jinja, Flask, Bootstrap, HTML/CSS, Posgresql, SQLAlchemy
  • APIs used: Yelp Search API, Google Maps JavaScript API, Twilio SMS

Features

  • Restaurant List - Restaurants available on Hacker Brunch, with a link to the Yelp page of each, and information on neighborhood and cuisine
  • Reservation List - Available Opentable reservations for the coming weekends; users can populate a Google Map to see markers for restaurants with reservation availability
  • User Feedback on Restaurants - When a user is logged in, they have the option to save their feedback for each restaurant in the "Restaurant" page ('want to try', 'like', or 'dislike')
  • User Notifications - When a user is logged in, they can set up notifications for restaurants that don't currently have available reservations so they can receive a text message as soon as a reservation for that restaurant, time and number of people is available

Screen Shots

Restaurants

All available restaurants on Hacker Brunch. Data is provided by the Yelp Search API. When a user is logged in, they have the ability to indicate whether they "want to try" a restaurant, or if they "like" or "dislike" a restaurant if they've been there in the past.

Reservations

Available upcoming reservations for all restaurants featured on Hacker Brunch. For restaurants that don't currently have any available reservations, users have the option to sign-up for SMS text notifications (powered by Twilio) so they get a notification as soon as Hacker Brunch knows a reservation that matches the user's preferences becomes available.

Google Map

Users can filter restaurants based on number of people, date, and even by restaurant name. When a user clicks on "Populate Map," markers appear on the San Francisco map based on filters the user has selected.

Notifications

List of all notifications for upcoming reservations that has been set up by the users. As soon as a text message is sent to the user, the notification is deleted from the database so the user only receives the reminder once. Users have the ability to cancel future notifications if needed.

Author

Tina Pastelero is based in San Francisco, CA and this is her first engineering project.

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • HTML 37.7%
  • CSS 1.3%