1.0.0 • Published 7 years ago

api4github v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

API de GitHub

Con esta API vamos a obtener los datos de usuario de GitHub.

Intrucción

Seguir las siguientes instrucciones

Instalación

npm i proj-1-api-github
const API = require( 'proj-1-api-github' );

API.getUserData( 'user' )  // user = nombre de usuario en GitHub
	.then(
    	resp => console.log( resp )
    ).catch( error => console.log( error ));
1.0.0

7 years ago