Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Last active June 10, 2018 16:30
Show Gist options
  • Save sanjsanj/31d47c40d8da428b51d3c0c0e55fbca2 to your computer and use it in GitHub Desktop.
Save sanjsanj/31d47c40d8da428b51d3c0c0e55fbca2 to your computer and use it in GitHub Desktop.
<button
on="tap:AMP.setState({
remoteState: 'https://swapi.co/api/people/' + ((random() * 10).toFixed() * 5) + '/?format=json'
})">
Random Star Wars Character
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment