- About the Project
- Getting Started (Installation)
- Usage
- Roadmap
- Contributing
- Contact
- Line 채널 ID로 챗봇을 추가하여 사용할 수 있습니다.
- 경기 일정과 소속선수 그리고 팀, 득점, 도움 순위 정보를 제공합니다.
- Papago API를 이용하여 한글과 영어 입력이 모두 지원 가능합니다.
- npm
npm install
- Messaging API
- Get a free API Key at https://developers.line.biz/en/services/messaging-api/
- Sports API
- Get a free API Key at https://www.api-football.com/
- Clone the repo
git clone https://github.com/qorjiwon/enjoy_soccer.git
4.Install NPM packages
npm install
-
Line 앱에서 "FootballManager" 채널을 추가해 주세요.
- 라인 채널 아이디 : @561ankpu
- Line 채널 만들기
- 한->영, 영->한으로 메세지 번역하기
- leagueID로 teamID 받아오기
- teamID로 leagueID 받아오기
- 메세지 공백 처리하기
- 기능 별 Sports API에서 추출한 json파일 파싱하는 함수 구현하기
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request
- 박찬수 : [email protected]
- 백지원 : [email protected]
- 차가민 : [email protected]