linkedin-differ

0.1.0 • Public • Published

Given two versions of a Linkedin profile outputs that events that explain the difference.

var ldiff = require('linkedin-differ');
var events = ldiff.createEvents(
  { /* Old Profile */ },
  { /* New Profile */ }
);

Expects a profile in the form of the Linkedin Extractor output. See the test cases for examples and output format.

/linkedin-differ/

    Package Sidebar

    Install

    npm i linkedin-differ

    Weekly Downloads

    2

    Version

    0.1.0

    License

    ISC

    Last publish

    Collaborators

    • blikk