Giter Site home page Giter Site logo

pizza's Introduction

Pizza

Where is the best pizza in a given city? This is a community project. Pull requests accepted and I will totally make you a collaborator—if you ask and you're not some kind of deep-dish-eating monster.

Arizona

Phoenix

California

Berkeley

Chico

Los Angeles

Oakland

Palo Alto

Sacramento

San Diego

San Francisco

Santa Monica

Colorado

Boulder

Colorado Springs

Denver

Westminster

Connecticut

New Haven

District of Columbia

Washington

Florida

Gainesville

Orlando

Georgia

Atlanta

Illinois

Chicago

Coal Valley

Rock Island

Rockford

Indiana

Bloomington

Indianapolis

South Bend

Massachusetts

Boston

Cambridge

Michigan

Detroit

Holland

Minnesota

Saint Paul / Minneapolis

Missouri

Columbia, MO

St. Louis

Nebraska

Lincoln

Omaha

Nevada

Henderson

New Hampshire

Manchester

New Jersey

Asbury Park

Avenel

Freehold

Hamilton

Hoboken

Jersey City

Neptune

Manahawkin

Woodbridge

New Mexico

Albuquerque

New York

Brooklyn

Buffalo

NYC

Staten Island

Syracuse

North Carolina

Asheville

Chapel Hill/Carrboro

Durham

Raleigh

Ohio

Columbus

Powell

Oklahoma

Oklahoma City

Oregon

Eugene

Portland

Pennsylvania

Philadelphia

Pittsburgh

Pottsville

Tennessee

Knoxville

Nashville

Texas

Austin

Houston

Longview

Utah

Salt Lake City

Washington

Seattle

Wisconsin

Madison

International Pizza

Belgium

Leuven

Canada

Toronto

Peterborough

Whistler

Moncton

Denmark

Copenhagen

France

Cannes

Paris

Japan

Tokyo

Switzerland

Geneva

Germany

Berlin

Italy

Caiazzo

Caserta

Milan

Naples

Pozzuoli

Rome

Salerno

San Bonifacio

San Giorgio a Cremano

San Martino Buon Albergo

Malta

Valletta

Poland

Krakow

Warsaw

Sweden

Onsala

Tanzania

Dar Es Salaam

United Kingdom

London

Southampton

Glasgow

Brazil

São Paulo

pizza's People

Contributors

alanbsmith avatar bentsai avatar bgreenlee avatar cluhring avatar dbeg avatar dependabot[bot] avatar donearm avatar edatrix avatar helen avatar jasonkarns avatar jmhobbs avatar joshcass avatar jsocol avatar jwan622 avatar kevinsawicki avatar marcelsalathe avatar mikedao avatar mjhea0 avatar olivierlacan avatar patriciarealini avatar pfiller avatar s-espinosa avatar snood1205 avatar stevekinney avatar thecoleorton avatar tleskin avatar traviskuhl avatar ughitsaaron avatar wfro avatar wwest4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pizza's Issues

Feature: Publish to heroku (or similar) and implement continuous deployment

Personally I'd love to have the latest updated data available publicly in a nice web interface with a map, a feature which already works; instead of deploying a rails app locally. Did anyone already put this up somewhere, if so let's add link to README / project description; otherwise, see below:

We'd have to start with a simple app and add any deployment info (to README) and required setting files to the repo.

There are a couple of "all-in-one" tools to streamline the CD pipeline:

This is just an idea of course, please comment if you're for or against.

Should the property keys 'City' and 'Pizzeria' be lowercase like the rest of the keys?

The issue can be found on these lines.
I think they probably should to be uniform (and consistent with JSON). I'm working on a search API endpoint, and it would be really helpful for this to be consistent. I'm happy to fix it myself.

Is there a geojson sort of reason we are doing it this way? Wanted to make sure before messing with it.

@cluhring or @aptkf, looks like those lines are yours. Any reason I shouldn't lowercase them?

Googledrive Sync, Error while we give command- ruby drivesync.rb

/usr/lib/ruby/2.1.0/json/common.rb:155:in encode': "\xE2" on US-ASCII (Encoding::InvalidByteSequenceError) from /usr/lib/ruby/2.1.0/json/common.rb:155:in initialize'
from /usr/lib/ruby/2.1.0/json/common.rb:155:in new' from /usr/lib/ruby/2.1.0/json/common.rb:155:in parse'
from /home/root/drivesync/src/synchronizer.rb:224:in load_manifest' from /home/root/drivesync/src/synchronizer.rb:68:in run'
from drivesync.rb:23:in sync' from drivesync.rb:64:in

'

Alphabetical Order

This list would be way more helpful and organized if it was arranged in alphabetical order by city name. I'll try to do this as soon as I can, if no one else gets to it first.

Encoding::InvalidByteSequenceError - "\xE2" on US-ASCII

I'm trying to run the pizza server in some environment other than my local machine to do some load testing on it. After not being able to get it running on (AWS linux|AWS ubuntu)/nginx/unicorn, I decided to try AWS Elastic Beanstalk. I'm getting the following stack from Puma:

2015-08-29 20:17:07 - Encoding::InvalidByteSequenceError - "\xE2" on US-ASCII:
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/json-1.8.3/lib/json/common.rb:155:in `encode'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/json-1.8.3/lib/json/common.rb:155:in `initialize'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/json-1.8.3/lib/json/common.rb:155:in `new'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/json-1.8.3/lib/json/common.rb:155:in `parse'
        /var/app/current/api/v1/pizzerias.rb:52:in `geojson_data'
        /var/app/current/api/v1/pizzerias.rb:25:in `block (3 levels) in <class:API>'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1610:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1610:in `block in compile!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `[]'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `block (3 levels) in route!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:993:in `route_eval'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:974:in `block (2 levels) in route!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1014:in `block in process_route'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012:in `catch'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1012:in `process_route'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:972:in `block in route!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:971:in `each'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:971:in `route!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1084:in `block in dispatch!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `block in invoke'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `catch'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1081:in `dispatch!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `block in call!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `block in invoke'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `catch'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1066:in `invoke'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:906:in `call!'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:894:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/xss_header.rb:18:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/path_traversal.rb:16:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/json_csrf.rb:18:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/base.rb:49:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-protection-1.5.3/lib/rack/protection/frame_options.rb:31:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-1.6.4/lib/rack/nulllogger.rb:9:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/rack-1.6.4/lib/rack/head.rb:13:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:181:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:2021:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `block in call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1795:in `synchronize'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/sinatra-1.4.6/lib/sinatra/base.rb:1486:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/configuration.rb:74:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/server.rb:492:in `handle_request'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/server.rb:363:in `process_client'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/server.rb:254:in `block in run'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/thread_pool.rb:101:in `call'
        /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/puma-2.10.2/lib/puma/thread_pool.rb:101:in `block in spawn_thread'

I tracked this down to several special characters in the pizza_map.geojson. For example

{
      "type": "Feature",
      "properties": {
        "city": "Onsala",
        "pizzeria": "Onsala Pizzeria",
        "website": "https:\/\/www.youtube.com\/watch?v=ytXzO8_BMrQ",
        "address": "Kopparv\u00e4gen 30",
        "marker-size": "medium",
        "marker-color": "ffff00",
        "marker-symbol": "restaurant"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.0151975,
          57.4085344
        ]
      }
    },

I'm researching fixes for this, but I'm posting here to see if anyone knows how to fix this faster than I do.

Building out a 'near-me' API endpoint.

Create an API endpoint that finds the users lat/long based on IP and then finds locations close by. Geocoder is probably the best way to do that (but you'll have to watch for the request timeout).

吃货的世界伤不起

一本正经的点击进来看看是什么很赞的技术,发现原来是一群吃货程序猿

Preferential treatment for regional styles

My quandary around this list is what - if any - advantage should be given to local styles. Take a look at Missouri > St. Louis: Joe Boccardi's (my submission), is a style distinct to St. Louis. It's a crisp, barely leavened crust with sweet tomato sauce, and Provel cheese, which is a process cheese that no one likes except St. Louisans. You cannot get real St. Louis style pizza in any other city, and even the places in St. Louis that claim to serve it often get it wrong (I.E. The much over-rated Frank and Helen's). Imo's (which I also love) is a more mass market version of the St. Louis ideal. If the Imo's cheese stuck to the roof of your mouth just a bit more like Joe Boccardi's, I would consider it a pure example of the St. Louis style. Pi makes NY style thin as well as deep dish, but is mostly known for the deep dish. President Obama tried Pi deep dish when he was in town and claimed it was his favorite pizza ever. However it's not St. Louis pizza (and it's not as good as the nearby St. Louis Italian deep dish). Pi calls its deep dish 'San Francisco style' deep dish (whatever that means), I guess because there's corn meal in the crust. Pi also has branches in DC, Miami and other cities. Randolfi's is phenomenal, but it's Neapolitan style pizza. The ingredients are 100% imported from Italy - even the flour (and the brick oven). Do we want to list any style in any city just because it tastes good, or should we use this list to instead highlight the pizza styles that are unique to the region?

CC: @thecoleorton

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.