- Node.js 6+
Original spotboard format. See example.
Full example here.
{
"groups": {
"Seoul National University": "서울대학교",
"Korea University": "고려대학교",
"Yonsei University": "연세대학교"
},
"awards": [
{
"rank": "대상",
"icon": "crown_gold",
"teams": [70]
},
{
"rank": "금상",
"icon": "medal_gold_blue",
"teams": [2, 60, 62]
}
]
}
node index.js
Full result here.
[
{
"id": 70,
"rank": "대상",
"icon": "crown_gold",
"name": "ACGTeam",
"group": "서울대학교"
},
{
"id": 2,
"rank": "금상",
"icon": "medal_gold_blue",
"name": "hYEAHyea",
"group": "KAIST"
},
{
"id": 60,
"rank": "금상",
"icon": "medal_gold_blue",
"name": "Never Give Up",
"group": "고려대학교"
},
{
"id": 62,
"rank": "금상",
"icon": "medal_gold_blue",
"name": "Real Recognize Real",
"group": "연세대학교"
}
]