2019102152 김다빈

Modify README

......@@ -39,22 +39,22 @@
### Installation
1. repository를 clone한다.
```sh
```
git clone http://khuhub.khu.ac.kr/Crypto/Crypto_trade_bot.git
```
2. NPM package들을 설치한다.
```sh
```
npm install
```
3. 해당 프로젝트는 aws ec2와 ssl인증서를 사용한다. 개인 PC에서 작동하려면 domain과 sslport를 지우고 express.app을 사용해서 서버를 작동시키면 된다.(이 경우 4번은 생략)
4. 최상위 폴더의 index.js의 domain과 sslport를 본인 domain과 sslport로 변경한다.
```js
```
const domain = "{your domain}";
const sslport = {your port};
```
5. https://cloud.mongodb.com/ 가입 후 db connect url을 복사한다.
6. /config 폴더에 dev.js 파일 추가
```js
```
module.exports = {
mongoURI:"복사한 connect url"
}
......@@ -63,15 +63,16 @@ const sslport = {your port};
8. https://developers.line.biz/en/services/messaging-api/ 에서 line message-api를 생성하고 channel access token을 복사한다.
9. 3번에서 입력한 도메인을 webhook url로 설정해준다.(4번을 생략했다면 webhook url에 본인 네트워크망IP를 입력)
10. 프로젝트 최상위 폴더에 .env 파일 추가
```env
```
access_key={upbit에서 발급 받은 access_key}
secret_key={upbit에서 발급 받은 secret_key}
token={line message-api 의 channel access token}
userid={테스트 알림을 받을 line userid}
```
## Usage
프로젝트 최상위 폴더에서 명령어 실행
```sh
```
nodemon
```
......@@ -99,7 +100,6 @@ const sslport = {your port};
## License
[MIT License](http://khuhub.khu.ac.kr/Crypto/Crypto_trade_bot/blob/master/LICENSE)
<!-- CONTACT -->
## Contact
이름 - [@김다빈,이가원](https://github.com/dogsoft0937) - dogsoft0937@khu.ac.kr,juneee0864@gmail.com <br/>
......