%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/node-got/examples/
Upload File :
Create Path :
Current File : //usr/share/doc/node-got/examples/runkit-example.js

const got = require('got');

(async () => {
	const issUrl = 'http://api.open-notify.org/iss-now.json';

	const {iss_position: issPosition} = await got(issUrl).json();

	console.log(issPosition);
	//=> {latitude: '20.4956', longitude: '42.2216'}
})();

Zerion Mini Shell 1.0