The base URL for the API is:
http://msspm-achievements.appspot.com/
A JSON listing of user rankings can be found here:
| import random | |
| choices = ( | |
| "why", | |
| "Why", | |
| "why?", | |
| "why.", | |
| "Why...", | |
| ) | |
| choices = choices * 30 + ("why!?", "why...\n\n", "why?\n\n") |
| dev|⇒ mkdir bitter | |
| dev|⇒ cd bitter | |
| bitter|⇒ yo webapp | |
| _-----_ | |
| | | | |
| |--(o)--| .--------------------------. | |
| `---------´ | Welcome to Yeoman, | | |
| ( _´U`_ ) | ladies and gentlemen! | | |
| /___A___\ '__________________________' |
The base URL for the API is:
http://msspm-achievements.appspot.com/
A JSON listing of user rankings can be found here:
| set volume 0 | |
| repeat until time string of (current date) starts with "7:00" | |
| delay 10 | |
| end repeat | |
| -- fade in volume | |
| set my_vol to 0 | |
| repeat until my_vol = 7 | |
| set volume my_vol | |
| set my_vol to (my_vol + 0.1) |