Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
search-page
Commits
79e5a90c
Commit
79e5a90c
authored
4 years ago
by
baesangjune
Browse files
Options
Download
Email Patches
Plain Diff
.
parent
7c475728
master
BAE
Sangjune
cherry
lsy
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
package.json
+2
-0
package.json
server/scraper.js
+2
-2
server/scraper.js
with
4 additions
and
2 deletions
+4
-2
package.json
View file @
79e5a90c
...
...
@@ -13,7 +13,9 @@
},
"devDependencies"
:
{},
"scripts"
:
{
"dev"
:
"nodemon server/server.js"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
server/scraper.js
View file @
79e5a90c
import
cheerio
from
"
cheerio
"
import
axios
from
"
axios
"
import
cheerio
from
"
cheerio
"
;
import
express
from
'
express
'
import
request
from
'
request
'
import
axios
from
'
axios
'
const
app
=
express
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help