Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유승근
/
Computer-part-Recommand
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
1
Network
Create a new issue
Commits
Issue Boards
Authored by
Yuseunggeun
2020-06-24 23:23:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7800b4584698b0b78c2f941f581d259ceab561e9
7800b458
1 parent
2c940435
DB test
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
routes/index.js
test2.json
routes/index.js
View file @
7800b45
...
...
@@ -52,7 +52,7 @@ request(url, function(error, response, html){ //크롤링
jsonlist
.
push
(
temp
);
jsonobj
[
Graphic_card_info
[
i
].
name
]
=
temp
;
}
fs
.
writeFileSync
(
"test.json"
,
JSON
.
stringify
(
jsonlist
));
//
fs.writeFileSync("test.json",JSON.stringify(jsonlist));
/*
fs.writeFile('test2.json',JSON.stringify(jsonobj),function(err){
if(err){
...
...
test2.json
View file @
7800b45
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment