P

Probability Death

당신이 지금 죽을 확률은?

Forked from MotherProject

0125ae33 발표자료 추가 · by eunna

Table of Contents

About The Project

이 프로젝트는 'Probability Death'라는 마더 프로젝트를 개선한 프로젝트입니다. 이름과 생년월일을 입력하면 실시간으로 사용자의 사망 확률과 접속 시간을 기점으로 이후 7일간의 주간 사망 확률을 알려주는 프로그램입니다.

기존에 사용되던 api 서비스가 종료되어 새로운 api로 수정하면서 사망 확률에 영향을 주는 요인이 변경되었습니다.

'https://www.probdeath.tk' 를 통해 접속할 수 있습니다.

Getting Started

프로젝트 설치 방법에 대해 소개하겠습니다.

Installation

  1. Clone the repo sh git clone ssh://git@khuhub.khu.ac.kr:12959/2017104020/ProbabilityDeath.git
  2. Install NPM packages sh npm install
  3. Make files named api_option.js and db_option.js in a folder named keys
  4. Enter your API in api_option.js JS var key = 'ENTER YOUR API';
  5. Enter your Database information in db_option.js

How to Start

  1. run this project JS node app.js
  2. Enter your name and your birthday ex) 이름: 임은나 생년월일: 980409
  3. Click the start button

Contributing

프로젝트에 기여하고자 하시는 분은 다음과 같은 절차를 따라주시기 바랍니다.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

임은나 - eunna@khu.ac.kr

Project Link: http://khuhub.khu.ac.kr/2017104020/ProbabilityDeath