Skip to content

Instantly share code, notes, and snippets.

View psiniemi's full-sized avatar

Pasi Niemi psiniemi

View GitHub Profile

Keybase proof

I hereby claim:

  • I am psiniemi on github.
  • I am psiniemi (https://keybase.io/psiniemi) on keybase.
  • I have a public key ASAI1fUZzWvGjK2dZRElBQaUhEtNVwPSseo4JdZY7FUtjwo

To claim this, I am signing this object:

xhttp = new XMLHttpRequest();
xhttp.onreadystatechange = function() { if (xhttp.readyState == 4 && xhttp.status == 200) { console.log(JSON.stringify(JSON.parse(xhttp.responseText), null, ' ')); } };
xhttp.open("GET", "https://cdp6p0g7f1.execute-api.eu-west-1.amazonaws.com/v1/search?query=Länsi&chainId=5", true);
xhttp.send();