codementor-nodejs

1.1.2 • Public • Published

Codementor NodeJS

Build Status Coverage Status I'm a Ninja Developer)

This is a wrapper for the Codementor API that runs on Node.JS.

All methods require authentication, which can be done using these flow:

Features

The library includes the following functions:

  • Scheduled Sessions

Installation

$ npm install codementor-nodejs --save

Usage

//Get the npm package
const CodementorApi = require('codementor-nodejs');
 
//Create a new instance of the CodementorApi with your api key
const codementor = new CodementorApi("your_api_key"); 

Methods

  • confirmSession(scheduled_session_api)
  • declineSession(scheduled_session_api)
  • rescheduleSession(scheduled_session_api)

Package Sidebar

Install

npm i codementor-nodejs

Weekly Downloads

3

Version

1.1.2

License

MIT

Unpacked Size

151 kB

Total Files

25

Last publish

Collaborators

  • tommyduarte