Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

zeroday0619/COVID-19API

Repository files navigation

COVID-19API

코로나바이러스감염증-19 (COVID-19) API

LicensepythonVersion

COVID-19API 프로젝트는 국내 현황의 경우 공공데이터 포털, 질병관리청 - KDCA에서 제공하는 정보를 사용하고있으며 해외정보의 경우 Johns Hopkins University에서 제공하는 정보를 사용합니다.

The COVID-19API project currently uses the information provided by data.go.kr, KDCA, and overseas information uses the information provided by Johns Hopkins University.

Installation

  • Ubuntu
git clone https://github.com/zeroday0619/COVID-19API.git
cd COVID-19API
python3.8 -m pip install -r requirements.txt
python3 run.py
  • Mac OS
git clone https://github.com/zeroday0619/COVID-19API.git
cd COVID-19API
python3.8 -m pip install -r requirements.txt
python3 run.py

Usage

- API Documentation

License

Distributed under the MIT License:

Copyright © 2021 Euiseo Cha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.