chessering

readme file

Showing 1 changed file with 54 additions and 38 deletions
1 -# Getting Started with Create React App
2 1
3 -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). 2 +# FindMe.GG
4 3
5 -## Available Scripts 4 +## 프로젝트 소개
6 5
7 -In the project directory, you can run: 6 +- `Riot Games Api`를 통한 TFT 정보 사이트 만들기 (FindMe.GG 마더프로젝트 개선)
8 7
9 -### `npm start` 8 +## 활용 가능한 데이터 `(API_KEY Required.)`
10 9
11 -Runs the app in the development mode.\ 10 +### `TFT-SUMMONER`
12 -Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
13 11
14 -The page will reload when you make changes.\ 12 +> https://kr.api.riotgames.com/tft/summoner/v1/summoners/by-name/{summonerName}
15 -You may also see any lint errors in the console.
16 13
17 -### `npm test` 14 +- 소환사 이름 - `name`
15 +- 소환사 레벨 - `summonerLevel`
16 +- 소환사 정보 갱신 시각 - `revisionDate`
17 +- 암호화된 소환사 아이디 - `summonerId`
18 +- 암호화된 계정 아이디 - `accountId`
19 +* 'puuid' => matchId를 얻는 데 사용
18 20
19 -Launches the test runner in the interactive watch mode.\ 21 +### 'TFT-LEAGUE'
20 -See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21 22
22 -### `npm run build` 23 +> https://kr.api.riotgames.com/tft/league/v1/entries/by-summoner/{summonerId}
23 24
24 -Builds the app for production to the `build` folder.\ 25 +- 암호화된 소환사 아이디 - 'summonerId'
25 -It correctly bundles React in production mode and optimizes the build for the best performance. 26 +- 소환사의 랭크 - 'rank'
27 +- 소환사의 이긴 판수 - 'wins'
28 +- 소환사의 진 판수 - 'losses'
29 +- 소환사의 리그포인트 - 'leaguePoints'
26 30
27 -The build is minified and the filenames include the hashes.\
28 -Your app is ready to be deployed!
29 31
30 -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31 32
32 -### `npm run eject` 33 +### `TFT-MATCH`
33 34
34 -**Note: this is a one-way operation. Once you `eject`, you can't go back!** 35 +> https://kr.api.riotgames.com/tft/match/v1/matches/{matchId}
35 36
36 -If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. 37 +- 전적 리스트 - `matches`
38 +- 게임 모드 - `queue`
39 +- 게임 아이디 - `gameId`
40 +- 게임 모드 - 'queue_id'
37 41
38 -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
39 42
40 -You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. 43 +## 개발 히스토리
44 +- 1)
45 + - 첫 미팅, 주제 선정 및 수정 & 추가 사항 결정
41 46
42 -## Learn More 47 +- 2)
48 + - 랭크/일반/더블업 구분
49 + - 소환사 레벨, 아이콘 추가(?)
43 50
44 -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). 51 +- 3)
52 + - 전적 보기 추가
53 + - 최종 덱, 등수, ...
45 54
46 -To learn React, check out the [React documentation](https://reactjs.org/). 55 +- 4)
56 + - 추천 덱 추가
47 57
48 -### Code Splitting
49 58
50 -This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) 59 +## 빌드 방법
51 60
52 -### Analyzing the Bundle Size 61 +### 1) LoL Api 키를 발급받습니다.
53 62
54 -This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) 63 + - https://developer.riotgames.com/
55 64
56 -### Making a Progressive Web App 65 +### 2) npm install
57 66
58 -This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) 67 + - npm install
59 68
60 -### Advanced Configuration 69 +### 3) 해당 Repository를 clone 해주세요.
61 70
62 -This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) 71 + - http://khuhub.khu.ac.kr/2017103973/Open_Source_Project.git
63 72
64 -### Deployment 73 +### 4) Test.js를 수정해주세요.
65 74
66 -This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) 75 + - var apikey = "your api key"
67 76
68 -### `npm run build` fails to minify 77 +## 사용 방법
78 +
79 + - 1) 주소... 를 입력해주세요.
80 +
81 + - 2) 소환사 이름에 검색하고 싶은 소환사 이름을 입력해준 후 click! 버튼을 클릭해주세요.
82 +
83 + - 3) 소환사 정보(티어, 승률, 전적)가 사이트에 표시됩니다.
84 +
85 + a. 전적기록 보기 버튼을 클릭하면 전적 기록을 볼 수 있는 창으로 넘아갑니다.
69 86
70 -This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
......