Last active
August 7, 2019 14:02
-
-
Save danielguillan/ff4db45c4a535300e97c747024cc84fd to your computer and use it in GitHub Desktop.
# Quick start
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Quick start | |
Quick start | |
Step 1 - Get started* | |
Get started -> Step 2 - Select Account & API key | |
Step 2 - Select Account & API key | |
No selection | |
Select existing -> Select existing API key | |
Generate new -> Generate new API key | |
Select existing API key | |
for account with accepted T&C -> Step 3 - 4 - 5 | |
for account with declined T&C -> Show T&C | |
Generate new API key | |
for account with accepted T&C -> Step 3 - 4 - 5 | |
for account with declined T&C -> Show T&C | |
Step 3 - 4 - 5 | |
Complete setup | |
Show T&C | |
Accept -> Step 3 - 4 - 5 | |
Decline -> Step 2 - Select Account & API key | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model){ | |
let current_state_name = model.active_states[0].name; | |
return $("h1", | |
{style: {color: "darkBlue"}}, | |
`The current state is: ${current_state_name}`); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment