platzi-profile
v1.0.1
Published
Get your platzi profile data
Downloads
7
Readme
platzi-profile
Get your platzi profile data
This module makes an HTTP request to the website https://platzi.com/@${user}
and extracts basically all the public data from the response.
Installation
$ npm install --save platzi-profile
Usage
var platziProfile = require('platzi-profile');
platziProfile('fabianheinrichg')
.then(info => console.log(info));
// the response contains:
// name
// username
// careers
// courses
// email
// country
// points
// questions
// answers
// url
// And more.
License
MIT © Fabian Gutierrez