Skip to content

Commit

Permalink
Added some new places
Browse files Browse the repository at this point in the history
  • Loading branch information
lertsoft committed Aug 23, 2023
1 parent 00237ff commit b6dbe95
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ local
.vercel
public/workbox-327c579b.js
public/workbox-327c579b.js.map
public/workbox-8f0e986c.js
public/workbox-8f0e986c.js.map
26 changes: 22 additions & 4 deletions src/data/Cafes.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,23 @@ const cafes = {
coordinates: [40.7506224, -73.9713282],
},
},
{
type: 'Feature',
properties: {
name: 'Pennylane Coffee',
description:
'Coffee shop with a garage-style door that opens the entire space to the outside and brings the fresh air of summer to the cafe. Depending on the person that might be a good thing or a bad thing for me it is whatever it does not matter. I did not get coffee here but I got matcha and it was okay, nothing to complain about, nothing to be excited about. The wifi network tho sucks. I did not use it personally but my friend did and it was a nightmare lol',
kind: 'Cafe',
area: 'Midtown East, Manhattan',
visits: '1',
visited: true,
},
geometry: {
type: 'Point',
coordinates: [40.7516215, -73.9702057],
},
},

{
type: 'Feature',
properties: {
Expand Down Expand Up @@ -284,7 +301,7 @@ const cafes = {
properties: {
name: 'Hex & Company (UWS)',
description:
'1 out of 3 Gaming cafes, that I know of, This one is in Upper West Side by Columbia University. The coffee shop and Gaming cafe are awesome for meeting with friends or dates, and playing games. The variety of games available here will overwhelm you haha',
'1 out of 3 Gaming cafes, that I know of, This one is in Upper West Side by Columbia University. The coffee shop and Gaming cafe are awesome for meeting with friends or dates and playing games. The variety of games available here will overwhelm you haha',
kind: 'Cafe',
area: 'Upper West Side, Manhattan',
visits: '3',
Expand Down Expand Up @@ -1058,11 +1075,12 @@ const cafes = {
type: 'Feature',
properties: {
name: 'semicolon cafe',
description: 'I have not been here yet.',
description:
'Really cool cafe, the coffee was okay. Cold brew was watered down not from my ice but it just was that way. Maybe I was unlucky and I need to try going again to try the coffee but for now, the coffee review is on hold as it was really hard for me to tell the coffee taste as it was watered down. They have plenty of space for sitting down and chilling.',
kind: 'Cafe',
area: 'Midtown, Manhattan',
visits: '0',
visited: false,
visits: '1',
visited: true,
},
geometry: {
type: 'Point',
Expand Down
38 changes: 35 additions & 3 deletions src/data/Food.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,22 @@ const Food = {
coordinates: [40.7867849, -73.9754728],
},
},
{
type: 'Feature',
properties: {
name: 'Cibo e Vino',
description:
'Nice Italian restaurant with an Italian ambiance (No AC during the summer months of NYC), a nice place to go on a date, and for a date I did go there. My girlfriend and I liked it. We had 3 courses plus some non-alcoholic beverages. Plates are massive because this is America, not Italy so if you decide to do a 3-course meal be prepared. The appetizers were "Chef Kiss", both Entrees were really good the vodka penne pasta was better than the bolognese pasta but that it for individuals to decide and the tiramisu was, repeat after me "Chef Kiss" Delicious.',
kind: 'Italian restaurant',
area: 'Upper West Side, Manhattan',
visits: '1',
visited: true,
},
geometry: {
type: 'Point',
coordinates: [40.7899988, -73.9748407],
},
},
{
type: 'Feature',
properties: {
Expand Down Expand Up @@ -500,6 +516,22 @@ const Food = {
coordinates: [40.7297118, -74.0041959],
},
},
{
type: 'Feature',
properties: {
name: 'Southern Charm',
description:
'This place has the best biscuits of all of the tri-state area! NO JOKE. And my girlfriend who is from Florida and knows a thing or two about biscuits loved them too. They also have a plethora of Butters for your heart`s desires. They got Chicken skin butter, bloody mary butter, regular butter, bacon butter, and much much more. It is really good, try this place out because I do not want the owner to close the shop because of lack of interest :(',
kind: 'Southern Cafe',
area: 'Greenwich Village, Manhattan',
visits: '1',
visited: true,
},
geometry: {
type: 'Point',
coordinates: [40.7339859, -74.006448],
},
},
{
type: 'Feature',
properties: {
Expand Down Expand Up @@ -3574,7 +3606,7 @@ const Food = {
properties: {
name: 'Cantina La Veinte',
description:
'Fine Dining? With mexican Food on the waterfront of Miami.',
'Fine Dining? With Mexican Food on the waterfront of Miami.',
kind: 'Mexican restaurant',
area: 'Brickel, Miami',
visits: '1',
Expand Down Expand Up @@ -4038,7 +4070,7 @@ const Food = {
type: 'Feature',
properties: {
name: 'Verti Marte',
description: 'Po Boys townsquare.',
description: 'Po Boys Townsquare.',
kind: 'Deli',
area: 'New Orleans, LA',
visits: '1',
Expand Down Expand Up @@ -4374,7 +4406,7 @@ const Food = {
properties: {
name: 'Adrian Tropical',
description:
'Great restaurant with views of the Caribbean Sea and great food, this restaurant is kind of like a starter pack to Dominican cuisine, it is a must go.',
'Great restaurant with views of the Caribbean Sea and great food, this restaurant is kind of like a starter pack to Dominican cuisine, it is a must-go.',
kind: 'Dominican Restaurant',
area: 'Santo Domingo, Republica Dominicana',
visits: '2',
Expand Down

1 comment on commit b6dbe95

@vercel
Copy link

@vercel vercel bot commented on b6dbe95 Aug 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.