Skip to content

Commit

Permalink
updated data to be more realistic
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaikoff committed Mar 2, 2018
1 parent eabf282 commit 0565c3e
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions utilities/jsonReviews.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-18T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -26,8 +26,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-17T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -42,8 +42,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-16T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -58,8 +58,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-15T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -74,8 +74,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-14T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -90,8 +90,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-18T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -106,8 +106,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-17T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -122,8 +122,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-16T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -138,8 +138,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-15T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand All @@ -154,8 +154,8 @@
"username": "John",
"userid": 1,
"date": "2018-01-14T16:00:00Z",
"text": "This restaurant is amazing",
"location": "Sanfrancisco, CA",
"text": "This restaurant is amazing. It has steak and salad.",
"location": "San Francisco, CA",
"tags": ["tasty","cheap"],
"keywords": ["steak","salad"]
},
Expand Down

0 comments on commit 0565c3e

Please sign in to comment.