This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With winputs from sober xennie.
- Loading branch information
Showing
1 changed file
with
41 additions
and
23 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,65 @@ | ||
const app = document.getElementById('root'); | ||
|
||
const logo = document.createElement('img'); | ||
logo.src = 'https://avatars1.githubusercontent.com/u/13474314?s=32'; | ||
|
||
const container = document.createElement('div'); | ||
container.setAttribute('class', 'container'); | ||
|
||
app.appendChild(logo); | ||
app.appendChild(container); | ||
|
||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
///////////////////THIS///IS////////////////////////////hgd///[.]//JS///////////ZZPRAF1N1X42AF////////////////////////////////#keybase pull a11//////////// | ||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
/////////////////////////////Day////8913a////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////itsN1X///////////////////////////////////// | ||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
const app = document.getElementById('root');const logo = document.createElement('img');logo.src = 'https://avatars1.githubusercontent.com/u/13474314?s=32'; | ||
const Alice = document.createElement('div');Alice.setAttribute('class', 'Alice'); | ||
var request = new XMLHttpRequest(); | ||
request.open('GET', 'https://api.coinmarketcap.com/v1/ticker/', true); | ||
request.open('GET', 'https://api.coinmarketcap.com/v1/ticker/?start=12&limit=96', true); | ||
request.onload = function () { | ||
|
||
// Begin accessing JSON data here | ||
var datagggg = JSON.parse(this.response); | ||
if (request.status >= 200 && request.status < 400) { | ||
datagggg.forEach(id => { | ||
const card = document.createElement('div'); | ||
card.setAttribute('class', 'card'); | ||
|
||
const Butch = document.createElement('div'); | ||
Butch.setAttribute('class', 'Butch'); | ||
/// | ||
/// | ||
const h1 = document.createElement('h1'); | ||
h1.textContent = ' at the maximus, β: ' + id.max_supply; | ||
|
||
|
||
const h2 = document.createElement('h2'); | ||
h2.textContent = 'nOUR, ' + id.name + ' , ' + id.percent_change_7d + ' β°:β¨ has now just ' + id.total_supply; | ||
|
||
ee = document.createElement('eeee'); | ||
ee.textContent = ' β¦ aworc ' + id.market_cap_usd + ' vCrazy,β. Β» ' + id.rank + 'th this dΓ¦y!'; | ||
|
||
const p = document.createElement('p'); | ||
id.name = id.name.substring(2, 7) + id.price_btc; | ||
p.textContent = `${id.name}...`; | ||
|
||
container.appendChild(card); | ||
card.appendChild(h1); | ||
card.appendChild(h2); | ||
card.appendChild(ee); | ||
card.appendChild(p); | ||
app.appendChild(logo); | ||
app.appendChild(Alice); | ||
|
||
Alice.appendChild(Butch); | ||
Butch.appendChild(h1); | ||
Butch.appendChild(h2); | ||
Butch.appendChild(ee); | ||
Butch.appendChild(p); | ||
|
||
|
||
const TerrorMessage = document.createElement('marquee'); | ||
TerrorMessage.textContent = 'πππ¦π’π΄π¦ π€π°π―π΄πͺπ₯π¦π³ π·π°π΅πͺπ―π¨ 3r3333333333 π’π΄ π΅π©πΊ(π°πΆπ³) ππ³π°πΉπΊ π°π― π΅π©π¦ π¦ππ ππ¦π΅πΈπ°π³π¬, π΅π©π’π―π¬ πΆ : ]'; | ||
|
||
Butch.appendChild(TerrorMessage); | ||
|
||
}); | ||
} else { | ||
const errorMessage = document.createElement('marquee'); | ||
errorMessage.textContent = `wuhtf Β¬gg`; | ||
app.appendChild(errorMessage); | ||
} | ||
} | ||
|
||
request.send(); | ||
///////////more///about.me/itsN1X////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
///////////////////THIS///IS////////////////////////////hgd///[.]//JS///////////ZZPRAF1N1X42AF////////////////////////////////#keybase pull a11//////////// | ||
///////////////////////////////////////////////////////////////////////////////////////////////////////telegram.me/itsN1X////////////////////////////////// | ||
///////////////////////Follow//us//on//Twitter.com/A11///////////////////////////////////////////////////////////////////////////////////////////////////// | ||
/////////////////////////////////////////////////////////////////////////Day////8913a////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////itsN1X///////////////////////////////////// | ||
///:zzPRaF1N1X42aF///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |