diff options
| author | FivePixels <37427166+FivePixels@users.noreply.github.com> | 2021-04-09 22:01:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-09 22:01:38 -0500 |
| commit | 1b768b65ce2f241dfdaa0497bd79e593baec9a77 (patch) | |
| tree | f0d0215ea9d53167ab84f543fbf3b97bbe927c7e /src/check.js | |
| parent | 11ee6b8d9871e9604c300577294a14dcfb4cce34 (diff) | |
| parent | 41909f9189810df0d005b7c8ecac419d0118037f (diff) | |
| download | StreamFinder-1b768b65ce2f241dfdaa0497bd79e593baec9a77.tar.xz StreamFinder-1b768b65ce2f241dfdaa0497bd79e593baec9a77.zip | |
Merge pull request #1 from FivePixels/dylan
Scraper implementation start, basic layout
Diffstat (limited to 'src/check.js')
| -rw-r--r-- | src/check.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/check.js b/src/check.js new file mode 100644 index 0000000..73c58dd --- /dev/null +++ b/src/check.js @@ -0,0 +1,4 @@ +const mongodb = require('mongodb'); + +// This is for passing the parameters of the search to check and see if it already exists in the database +// if it does exist, we're gonna call another function in another file.
\ No newline at end of file |
