Skip to content

Commit

Permalink
Merge branch 'main' into resto_support
Browse files Browse the repository at this point in the history
  • Loading branch information
algo7 authored Apr 30, 2022
2 parents eef9cca + 196ccbd commit 6bd2b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ review.csv
**reviews
**backup
**data
**source
**source
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const restoScraperInit = async () => {
if (!sourceFileAvailable) {
throw Error('Source file does not exist');
}

// Convert the csv to json
const rawData = await csvToJSON(dataSourceResto);
console.log(`Scraping ${rawData.length} restaurants`);
Expand Down

0 comments on commit 6bd2b61

Please sign in to comment.