Skip to content

Commit 418c2c7

Browse files
Starting google hotels reviews api
1 parent 8db403e commit 418c2c7

3 files changed

Lines changed: 69 additions & 0 deletions

File tree

javascript_video_tutorials/google-hotels-reviews/index.js

Whitespace-only changes.

javascript_video_tutorials/google-hotels-reviews/package-lock.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "google-hotels-reviews",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"type": "commonjs",
13+
"dependencies": {
14+
"dotenv": "^17.2.3",
15+
"json-colorizer": "^3.0.1",
16+
"serpapi": "^2.2.1"
17+
}
18+
}

0 commit comments

Comments
 (0)