README.md
1.72 KB
주제 : 경로별 대기정보 제공 웹 어플리케이션
기본 기능
- 현재 위치 정보에 대한 미세먼지 지수와 등급 확인하는 기능
- 출발지와 도착지를 설정하고, 해당 경로별 미세먼지 지수와 등급을 확인하는 기능
- 미세먼지 정보뿐만 아니라 일반 날씨 정보도 제공
Installation
- Get a free API Key at here
- Clone the repo
sh git clone ssh://git@khuhub.khu.ac.kr:12959/2017103956/howsTheAir.git
- Install NPM packages
sh - cd backend npm install - cd frontend npm install
- Enter your API key in
secrets.json
{ "openAPIKey": "", "googleAPIKey": "", "weatherAPIKey": "" }
Method of Execution
- cd backend
npm start
- cd frontend
npm start