Commit 79e5a90c authored by baesangjune's avatar baesangjune
Browse files

.

parent 7c475728
...@@ -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",
......
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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment