-
Notifications
You must be signed in to change notification settings - Fork 1
URF Omikuji
URF Omikuji is sacred lots. A kind of fortune-telling. The result luck rank depends on a match duration time of a URF match selected randomly.
-
Access here. http://ulgapp.appspot.com/urf/urfquiz.html
-
Click the "Draw" button.
-
Your luck rank will be displayed.
-
You can see the match detail on the LoL official page from the link "Match History" below.
Server : Google App Engine
Language : Java, JavaScript, ajax, HTML
IDE : Eclipse
Browser: Chrome
API : Riot API
-
Pick time randomly with 5 minute offset
-
Call API(api-challenge-v4.1) and get an URF match id list.
-
Pick an URF match id from the list randomly.
-
Call API(match-v2.2 and lol-static-data-v1.2), then get a match detail and champions details.
-
Put the data into JSON and return to the client.
-
Parse JSON and put them on HTML by using JavaScript and ajax.
(c)ulg