Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank-Choi authored Jan 24, 2025
1 parent 88cd91a commit cdf4001
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
# snutt-timetable
SNUTT 시간표 서비스
# snutt
SNU Timetable API 서버

### Related Repositories
서울대학교 수강편람 검색 및 시간표 관리를 위한 애플리케이션입니다.

## Related Repositories
### 서버 프로젝트
- [snutt-ev](https://github.com/wafflestudio/snutt-ev) : 강의평 서비스 서버
- [snutt](https://github.com/wafflestudio/snutt) : snutt-timetable 의 전신인 Node.js 로 구현된 서버 (migration 진행 중)

### Front-end Clients
* [Web Client](https://github.com/wafflestudio/snutt-webclient/)
* [Android Client](https://github.com/wafflestudio/SNUTT-android)
* [iOS Client](https://github.com/wafflestudio/SNUTT-iOS)

## Contributing
PR is welcome!

## Documentation
- [Notion](https://www.notion.so/SNUTT-f5c63e408e2c4275af4682112abd6af7)
- [API Docs](https://snutt-api-dev.wafflestudio.com/webjars/swagger-ui/index.html#/)
- [Feedback](https://github.com/wafflestudio/snutt-feedbacks/)


## Liability
SNUTT는 [서울대학교 수강편람 서비스](http://sugang.snu.ac.kr)에서 데이터를 다운로드 후 가공합니다. 잦은 크롤링을 수행하면, 서울대학교 측으로부터 IP 밴 등의 불이익이 있을 수 있습니다. 와플스튜디오는 데이터 크롤링에 수반하는 일체의 불이익에 대하여 책임지지 않으며, 본 프로그램을 사용하는 경우 서울대학교 서비스에 부하를 가하기 않도록 유의하여야 합니다.

## 다른 학교에서도 이용할 수 있나요?
본 프로젝트는 MIT 라이센스로 공개되어 있으므로, 열정과 시간이 있으시다면 다른 학교의 상황에 맞게 수정하실 수 있습니다.

## License
MIT

0 comments on commit cdf4001

Please sign in to comment.