Table of Contents
About The Project
이 프로젝트는 'Probability Death'라는 마더 프로젝트를 개선한 프로젝트입니다. 이름과 생년월일을 입력하면 실시간으로 사용자의 사망 확률과 접속 시간을 기점으로 이후 7일간의 주간 사망 확률을 알려주는 프로그램입니다.
기존에 사용되던 api 서비스가 종료되어 새로운 api로 수정하면서 사망 확률에 영향을 주는 요인이 변경되었습니다.
'https://www.probdeath.tk' 를 통해 접속할 수 있습니다.
Getting Started
프로젝트 설치 방법에 대해 소개하겠습니다.
Installation
- Clone the repo
sh git clone ssh://git@khuhub.khu.ac.kr:12959/2017104020/ProbabilityDeath.git - Install NPM packages
sh npm install - Make files named
api_option.jsanddb_option.jsin a folder namedkeys - Enter your API in
api_option.jsJS var key = 'ENTER YOUR API'; - Enter your Database information in
db_option.js
How to Start
- run this project
JS node app.js - Enter your name and your birthday ex) 이름: 임은나 생년월일: 980409
- Click the start button
Contributing
프로젝트에 기여하고자 하시는 분은 다음과 같은 절차를 따라주시기 바랍니다.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature) - Commit your Changes (
git commit -m 'Add some NewFeature') - Push to the Branch (
git push origin feature/NewFeature) - 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