Skip to content

Instantly share code, notes, and snippets.

@askucher
Last active January 9, 2019 14:58
Show Gist options
  • Save askucher/69be283e65e2e8f1910bdb66c941dde6 to your computer and use it in GitHub Desktop.
Save askucher/69be283e65e2e8f1910bdb66c941dde6 to your computer and use it in GitHub Desktop.
Jobeus Site counter
$.post({
url: 'https://tokensale.sparklemobile.io/api/panel',
data: '{"sessionId": "590f5eed-bc0b-dc31-4e97-f9ddc4e59c9e"}',
contentType: "application/json",
dataType: "json",
success: function(data){
return console.log(data.campaign);
}
});
{
"total":"714063.9410280602494342404",
"percent":"7.14063941028060249434",
"contributions":"278",
"tokensPerUsd":0.01,
"minCapUsd":0,
"maxCapUsd":10000000,
"countdown":"2017-10-31T12:00:00Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment