acceso a la api de github
npm install proyecto-b-api-github-jkaykjhe-qwer
npm install proyecto-1b-api-github-09222022-0809
`
$3
`
const api = require('proyecto-1b-api-github');
api.obtenerDatosDeUsuario('dandres10').then(
data => {
console.log(data);
if (data.message === undefined) { // OK message
console.log('OK');
console.log(data.login);
} else {
console.log(data.message); // ERROR message
}
}
);
``