My First Playground

node v4.9.1
version: 2.0.0
endpointsharetweet
This is a playground to test JavaScript. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out:
var got = require("got"); // every package from NPM is built in var issNowAPI = 'http://api.open-notify.org/iss-now.json'; // International Space Station Location // We case use await from ES7 var result = await got(issNowAPI, { json: true }); // You can log of course... console.log("Let's see where the ISS is with Node " + process.version); // Tonic will display the last statement and try to find its best representation: result.body.iss_position
Loading…

5 comments

  • posted 2 years ago by r1971
    Notify me
  • posted a year ago by 640d689bbebe000008939b5d
    Notify
  • posted a year ago by aydensus
    how do you play
  • posted 6 months ago by elmonjo
    Merci pour votre aimabiliter
  • posted 4 months ago by shooterkenne3058
    By myself

sign in to comment