From 38f774b23910d934a5f681d9805ae00a866e5d82 Mon Sep 17 00:00:00 2001 From: Samuel Fajreldines Date: Sat, 20 Apr 2019 16:36:04 -0300 Subject: [PATCH] Adding promise support --- .idea/encodings.xml | 4 + .idea/misc.xml | 6 + .idea/modules.xml | 8 + .idea/node-google-search-scraper.iml | 12 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 211 ++++++++++++++++++ README.md | 22 ++ index.js | 156 +++++++------- package-lock.json | 311 +++++++++++++++++++++++++++ package.json | 13 +- 10 files changed, 667 insertions(+), 82 deletions(-) create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/node-google-search-scraper.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 package-lock.json diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..0d4b4cb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/node-google-search-scraper.iml b/.idea/node-google-search-scraper.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/node-google-search-scraper.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..8e50374 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +