Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 643 Bytes

DOCUMENTATION.md

File metadata and controls

36 lines (22 loc) · 643 Bytes

Documentation

You can see below the API reference of this module.

userUrl(user)

Returns the user profile url.

Params

  • String user: The CodeMentor username.

Return

  • String The user profile url.

mentorProfile(user, cb)

Scrapes the mentor profile.

Params

  • String user: The CodeMentor username.
  • Function cb: The callback function.

Return

  • Promise A promise object.

mentorReviews(user, cb)

Gets the mentor reviews.

Params

  • String user: The CodeMentor username.
  • Function cb: The callback function.

Return

  • Promise A promise object.