linkedin-differ

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

Usage no npm install needed!

<script type="module">
  import linkedinDiffer from 'https://cdn.skypack.dev/linkedin-differ';
</script>

README

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.