Skip to content

Instantly share code, notes, and snippets.

@kedar9444
Created October 2, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kedar9444/89385ca798566a7e6e8fd621d011c171 to your computer and use it in GitHub Desktop.
Save kedar9444/89385ca798566a7e6e8fd621d011c171 to your computer and use it in GitHub Desktop.
require("request");
async function currentPosition() {
return JSON.parse(await require("request-promise")("http://api.open-notify.org/iss-now.json")).iss_position;
};
await currentPosition();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment