platzi-profile

1.0.1 • Public • Published

platzi-profile NPM version Build Status Dependency Status Coverage percentage

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

/platzi-profile/

    Package Sidebar

    Install

    npm i platzi-profile

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • fega