Skip to content
GitLab
Menu
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
Jan 06, 2021
by
baesangjune
Browse files
.
parent
7c475728
Changes
2
Show whitespace changes
Inline
Side-by-side
package.json
View file @
79e5a90c
...
@@ -13,7 +13,9 @@
...
@@ -13,7 +13,9 @@
},
},
"devDependencies"
:
{},
"devDependencies"
:
{},
"scripts"
:
{
"scripts"
:
{
"dev"
:
"nodemon server/server.js"
,
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
...
...
server/scraper.js
View file @
79e5a90c
import
cheerio
from
"
cheerio
"
import
axios
from
"
axios
"
import
cheerio
from
"
cheerio
"
;
import
express
from
'
express
'
import
express
from
'
express
'
import
request
from
'
request
'
import
request
from
'
request
'
import
axios
from
'
axios
'
const
app
=
express
()
const
app
=
express
()
...
...
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