UNPKG
parse-comcigan
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.3.0
0.2.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
컴시간 알리미에서 시간표를 가져오는 라이브러리입니다.
github.com/Pro203S/parse-comcigan.git
Pro203S/parse-comcigan
parse-comcigan
/
test.ts
7 lines
(5 loc)
•
183 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
Comcigan
from
'./dist/index'
; (
async
() => {
const
comci =
new
Comcigan
(
41896
);
console
.
log
((
await
comci.
timetable
({
"grade"
:
1
,
"classNum"
:
6
}))[
1
].
items
[
0
]); })();