An open API service indexing awesome lists of open source software.

https://github.com/dinohan/grade


https://github.com/dinohan/grade

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 성적 확인기

React study

2020.12.19

axios로 불러오는 api 내용

```json
{
avg: 4,
class_list: [
{
id: "21500298",
year: "2020학년도",
semester: "2 학기",
title: "SW융합세미나2",
credit: "1.0",
score: " ",
grade: " ",
professor: "박광영"
},
{
id: "21500388",
year: "2020학년도",
semester: "2 학기",
title: "한반도평화와선교(숭실사이버대)",
credit: "3.0",
score: " ",
grade: " ",
professor: " "
},
{
id: "21500613",
year: "2020학년도",
semester: "2 학기",
title: "오픈소스기반기초설계",
credit: "3.0",
score: "92",
grade: "A-",
professor: "김익수"
},
{
id: "21501015",
year: "2020학년도",
semester: "2 학기",
title: "CHAPEL",
credit: "0.5",
score: " ",
grade: " ",
professor: "강아람"
},
{
id: "21506795",
year: "2020학년도",
semester: "2 학기",
title: "생명정보과학",
credit: "3.0",
score: " ",
grade: " ",
professor: "최형광"
},
{
id: "21506907",
year: "2020학년도",
semester: "2 학기",
title: "알고리즘",
credit: "3.0",
score: " ",
grade: " ",
professor: ", 최지웅"
},
{
id: "21506908",
year: "2020학년도",
semester: "2 학기",
title: "데이터통신과네트워크",
credit: "3.0",
score: " ",
grade: " ",
professor: "조효진"
},
{
id: "21506910",
year: "2020학년도",
semester: "2 학기",
title: "고급컴퓨터수학",
credit: "3.0",
score: " ",
grade: " ",
professor: "최형광"
},
{
id: "50245239",
year: "2020학년도",
semester: "2 학기",
title: "현대미술의이해",
credit: "3.0",
score: " ",
grade: " ",
professor: "윤한나"
}
]
}
```