kitsu season trends
1.0.0
현재 방영중인 애니메이션의 Kitsu 시즌 트렌드
모든 데이터는 다음에서 무료로 사용할 수 있습니다.
./data
또는 온라인( season.moe/data/{year}-{season}.json
의 JSON 형식season.moe/msgpack/{year}-{season}.msgpack
속성 이름은 저장 공간과 대역폭을 절약하기 위해 압축됩니다.
데이터는 방영 시즌별로 그룹화되었습니다(겨울, 봄, 여름, 가을/가을).
2022년 1월 현재, 이전 시즌이 현재 시즌과 연동되어 업데이트됩니다.
{
data : [
{
i : 12 , // Kitsu anime ID
t : 'One Piece' , // Canonical title
u : 0 , // Subtype (0: TV, 1: ONA)
n : 0 , // 0: Leftover, 1: New
d : [ // Data array containing each daily update
{
i : 0 , // Index
d : 450263 , // Hours since epoch (x3600000 to get datetime)
w : 82.19 , // Wilson's confidence level (0.95) out of 100 (omitted if 0)
l : 82.4 , // Laplace smoothing out of 100 (omitted if 0)
p : 100359.75 , // Upvotes, ratings >= 3 out of 5, omitted if 0)
o : 21433.25 , // Downvotes, ratings < 3 out of 5, omitted if 0)
r : 121793 , // Users Rated (omitted if 0)
u : 186101 , // Users (omitted if 0)
f : 6578 // Users Favourited (omitted if 0)
}
]
}
] ,
meta : {
current : 52 , // Total started airing this season
total : 226 // Total shows being tracked
} ,
updated : '2021-05-13T23:03:55.841Z' // ISO date of the last cron update
}
{
data : [
{
i : 0 // index
d : 450263 , // Hours since epoch (x3600000 to get datetime)
w : 82.19 // Wilson's confidence level (0.95) out of 100 (omitted if 0)
l : 82.4 // Laplace smoothing out of 100 (omitted if 0)
p : 100359.75 // Upvotes, ratings >= 3 out of 5, omitted if 0)
o : 21433.25 // Downvotes, ratings < 3 out of 5, omitted if 0)
r : 121793 // Users Rated (omitted if 0)
u : 186101 // Users (omitted if 0)
f : 6578 // Users Favourited (omitted if 0)
}
] ,
meta : {
i : 12 , // Kitsu anime ID
t : 'One Piece' , // Canonical title
u : 0 , // Subtype (0: TV, 1: ONA)
}
}
>= 2.0.0
>= 8.0.0
>= 1.0.0
yarn start
- 로컬 서버를 실시간으로 다시 로드yarn lint
- 린트 소스 코드yarn build
- 소스에서 빌드yarn cron
- cron 작업을 수동으로 실행하여 새 데이터를 가져옵니다.저장소 포크
저장소를 복제합니다( git clone https://github.com/{yourusername}/api-docs.git
).
새 브랜치 생성( git checkout -b improve-docs
)
종속성 설치( yarn install
)
소스 파일을 적절하게 변경합니다.
변경사항에 문제가 있는지 확인하세요( yarn test
).
변경 사항 커밋( git commit -am 'Improve docs'
)
브랜치로 푸시( git push origin improve-docs
)
끌어오기 요청 만들기
MIT 라이센스에 따라 공개된 모든 코드