신일섭

Update README.md

Showing 1 changed file with 28 additions and 1 deletions
1 ShoppingCart 1 ShoppingCart
2 -============
...\ No newline at end of file ...\ No newline at end of file
2 +============
3 +한국 상위 쇼핑몰 사이트 3가지의 장바구니를 한군데로 몰아넣어보자라는 취지로 개발한 Line 챗봇입니다.
4 +
5 +What can you do with the Project
6 +==================================
7 +* g마켓 로그인 후 장바구니에서 내역 출력
8 +* 쿠팡 로그인 후 장바구니에서 내역 출력
9 +* 옥션 로그인 후 장바구니에서 내역 출력
10 +* 자체 DB에 장바구니 내역 저장 및 출력, 삭제
11 +
12 +Built With
13 +==========
14 +* [Nodejs v12.16.2][nodelink]
15 +[nodelink]: https://nodejs.org/ko/
16 +* [npm v6.14.4][npmlink]
17 +[npmlink]: https://www.npmjs.com/
18 +* [Express][exlink]
19 +[exlink]: https://expressjs.com/ko/
20 +* [Puppeteer][plink]
21 +[plink]: https://pptr.dev/
22 +* LowDB
23 +* [Line Messenger API][naver]
24 +[naver]: https://developers.line.biz/en/
25 +* Ubuntu 16.04 with AWS
26 +
27 +How to Use
28 +=================
29 +
......