0.0.20 • Published 2 years ago

ied-your-learning v0.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

IED's Your Learning Package

Your Learning is an IBM learning tool which has an api system for retrieving & updating info on the app. This package allows easy access to the api system, such as getting activities, plans, assignments, etc. Note some routes require additional role permissions. The package also has a validation system to validate quizzes, activities, and plans.

Getting Started

// Import the package (make sure to install)
const yl = require("ied-your-learning")
// Create a js object containing your connection details (privateKey & functionalId are the minimum requirements)
const ylConfig = {
  functionalId: "...",
  privateKey: "..."
}
yl.connect(ylConfig)

// Thats all! Use the following format to use any of our features:
yl.getActivity("ACTIVITY_ID")

Installing

npm install ied-your-learning

Prerequisites

The package has dependencies the following npm packages:

  • axios
  • broken-link-checker
  • date-fns
  • nodemon

Authors

Made by the IBM Enablement Developers. This project was led by David D.

Note the github for the project is on an IBM corporate github at the moment, so unable to share it.

0.0.20

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago