Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍용민
/
BusTime
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
홍용민
2021-06-10 14:57:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0ed6aa463ecac47f31baf5ad8d448e925cb9ed55
0ed6aa46
1 parent
e436ad92
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
5 deletions
README.md
README.md
View file @
0ed6aa4
...
...
@@ -6,18 +6,52 @@
> + 국제캠퍼스의 학생 누구나 간편하게 사용가능합니다.
## Getting Started
> http://2020105677.oss2021.tk:23023로 접속하면 바로 버스정보를 조회할 수 있습니다!
### Prerequisite
### installation
> + 전체 코드는 http://khuhub.khu.ac.kr/2020105677/BusTime.git에 존재합니다.
> + 직접 코드를 실행하실 분들은 아래의 과정을 따라하세요.
> + git clone http://khuhub.khu.ac.kr/2020105677/BusTime.git
> + npm install
1.
https://www.gbis.go.kr/gbis2014/publicService.action?cmd=publickKey 에서 경기버스정보 api key를 발급받습니다.
2.
repository를 clone 합니다
```
git clone http://khuhub.khu.ac.kr/2020105677/BusTime.git
```
3.
패키지를 다운로드 받습니다
```
npm install
```
4.
.env파일을 만들어 발급받은 키를 입력합니다
```
key = 'enter your key'
```
5.
.env파일을 repository의 최상단 폴더에 저장합니다
## Usage
> http://2020105677.oss2021.tk:23023로 접속하면 바로 버스정보를 조회할 수 있습니다!
> + 처음 접속하면 하단에 사색의 광장에서 출발하는 버스 4종류의 number가 있습니다.
> + 그중 하나를 클릭하면 사용자가 조회한 시간을 기준으로 버스의 출발 예정시간과 남은시간을 제공해줍니다.
## Contributing
> + 추가 혹은 수정하고 싶은 기능이 있을 경우 아래의 과정을 따라주세요
1.
project를 fork합니다
2.
feature branch를 생성합니다.
```
git checkout -b newFeature
```
3.
변경사항을 commit 합니다
```
git commit -m "add/modify some feature"
```
4.
branch에 push 합니다
```
git push origin newFeature
```
5.
pull request를 보냅니다
## License
> + MIT라이센스에 따라 배포되었습니다. 더 많은 정보는 다음(https://choosealicense.com/licenses/mit/)을 참고해주세요.
## Contact
> + 유영빈 youngbin0313@khu.ac.kr
> + 이의준 choah76@khu.ac.kr
> + 홍용민 mougue3292@khu.ac.kr
\ No newline at end of file
...
...
Please
register
or
login
to post a comment