권주희

Update README.md

Showing 1 changed file with 19 additions and 0 deletions
......@@ -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/)
......