H

howsTheAir

OSS project

9df9628d upload 발표자료 · by 권주희

주제 : 경로별 대기정보 제공 웹 어플리케이션

기본 기능

  • 현재 위치 정보에 대한 미세먼지 지수와 등급 확인하는 기능
  • 출발지와 도착지를 설정하고, 해당 경로별 미세먼지 지수와 등급을 확인하는 기능
  • 미세먼지 정보뿐만 아니라 일반 날씨 정보도 제공

Installation

  1. Get a free API Key at here
  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": "", "weatherAPIKey": "" }

Method of Execution

- cd backend
npm start

- cd frontend
    npm start

external API

Contact