verify-certification

1.0.0 • Public • Published

verify-certification

verify-certification is a node module to verify the authenticity of MOOC course completions

Installation

Use npm to install verify-certification.

npm install verify-certification

Usage

Import

var cert= require('verify-certification');
 

Verify

verify() method takes certificate type and certificate ID as parameters and returns an object with the certificate details (if valid)

cert.verify(type,certificateID);

Example

cert.verify("udemy","UC-76454752-4468-4df3-8df4-104042fc5428").then((res)=>
{
    console.log(JSON.stringify(res));
}
 

Certificate Object

The method returns an object that is not unique across all certificate types. Please refer to the table for the list of parameters

2ZYT

Contributing

Pull requests a Description For major changes, please open an issue first to discuss what you would like to change.

License

ISC

Disclaimer

This is an unofficial package. Package contributors are not responsible for any misuse.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i verify-certification

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    7.34 kB

    Total Files

    3

    Last publish

    Collaborators

    • anupkashyap