Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Lux Studio

node v18.11.0
version: master
endpointsharetweet
Order stylish shoes for women at Lux Studio. Discover trendy, comfortable footwear perfect for work, parties, or casual outings. Step into style today! https://www.luxstudiousa.com/category/nke-shoes
// Let's show where the Internation Space Station currently is. console.log("Let's see where the ISS is with Node " + process.version); // We can use any package from NPM since they are all built in. var getJSON = require("async-get-json"); // And we can use ES7 async/await to pull the ISS's position from the open API. var result = await getJSON("http://api.open-notify.org/iss-now.json"); // RunKit will automatically display the last statement and try to find its best representation: result.iss_position;
Loading…

no comments

    sign in to comment