Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서연
/
Corona_Vaccination_Medical_Institution
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김서연
2021-06-06 17:19:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
04a5c7725c3ccd04acb2e689f49e2565f3a7acb4
04a5c772
1 parent
48dcf079
제목 스타일수정
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
15 deletions
app.js
views/index.ejs
app.js
View file @
04a5c77
...
...
@@ -2,23 +2,13 @@ var express = require('express');
var
bodyParser
=
require
(
'body-parser'
);
var
request
=
require
(
'request'
);
var
cheerio
=
require
(
'cheerio'
);
var
app
=
express
();
const
HTTPS
=
require
(
'https'
);
const
domain
=
"www.stagefive.tk"
const
sslport
=
80
;
app
.
set
(
'view engine'
,
'ejs'
);
app
.
set
(
'views'
,
'./views'
)
app
.
use
(
express
.
urlencoded
(
{
extended
:
false
}
));
app
.
locals
.
pretty
=
true
;
// app.set('view engine','pug');
app
.
use
(
express
.
static
(
'public'
));
var
http
=
require
(
'http'
);
var
fs
=
require
(
'fs'
);
//?page=페이지번호&?perPage=페이지당 데이터수
const
$base_url
=
`https://api.odcloud.kr/api/apnmOrg/v1/list`
;
const
$key
=
'4US0H%2BXj%2BmS8IR4YL0%2BUb9H4CcbTr92QxhYULfOEz1DT%2BZaaos4sRfNh6cmAD2Icli862Ysc31%2BaE4pWywDBIA%3D%3D'
;
...
...
views/index.ejs
View file @
04a5c77
...
...
@@ -18,10 +18,7 @@
</head>
<body>
<center>
<!-- <div style="background: #e8ecff; border-left: 0.5em solid #688FF4;border-right: 0.5em solid #688FF4; padding: 0.5em;"> -->
<h2>
COVID-19 예방접종 위탁 의료기관 조회
</h2>
<hr>
<!-- </div> -->
<h1
style=
"font-family:verdana;font-weight:bold; "
>
COVID-19 예방접종 위탁 의료기관 조회
</h1>
<hr>
<form
action=
"/"
method=
"post"
>
<p>
<div
style=
"float:right; width:40%; margin-bottom:10px; margin-right: 5px;"
>
...
...
@@ -32,7 +29,6 @@
</form>
</center>
<script
type=
"text/javascript"
src=
"https://dapi.kakao.com/v2/maps/sdk.js?appkey=35fccf4b4e2a3179187346f26ed3f988&libraries=services"
></script>
<
% if(typeof(info) != "undefined"){ %>
...
...
Please
register
or
login
to post a comment