Toggle navigation
Toggle navigation
This project
Loading...
Sign in
권주희
/
howsTheAir
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
권주희
2020-06-20 21:24:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
572a9fdb4e29c42ae34597c33e8705d718c0c7f0
572a9fdb
1 parent
bbd08210
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
README.md
README.md
View file @
572a9fd
...
...
@@ -5,6 +5,25 @@
-
출발지와 도착지를 설정하고, 해당 경로별 미세먼지 지수와 등급을 확인하는 기능
-
미세먼지 정보뿐만 아니라 일반 날씨 정보도 제공
## Installation
1.
Get a free API Key at
[
here
](
#사용한-외부-api
)
2.
Clone the repo
```
sh
git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git
```
3.
Install NPM packages
```
sh
-
cd
backend
- npm install
-
cd
frontend
- npm install
```
4.
Enter your API key in
`secrets.json`
{
"openAPIKey": "",
"googleAPIKey": ""
}
## 사용한 외부 API
-
[
kakao map api
](
https://apis.map.kakao.com/
)
...
...
Please
register
or
login
to post a comment