platzi-profile

Get your platzi profile data

Usage no npm install needed!

<script type="module">
  import platziProfile from 'https://cdn.skypack.dev/platzi-profile';
</script>

README

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