1.0.2 • Published 5 years ago

stillworksthere v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

stillworksthere

Tells you if someone still has a company listed as the most recent one on LinkedIn.

Install

$ npm install stillworksthere

Usage

It takes 4 arguments. Your LinkedIn username, Linkedin password, the link to that person's LinkedIn page (http://www.linkedin.com/in/<personsPage>/) and the name of the old company.

const stillworksthere = require("stillworksthere");

stillworksthere(username, password, linkedinPageOfPerson, nameOfOldCompany);
//=> 'Still at <nameOfOldCompany>

What's happening?

nightmarejs goes to LinkedIn and logs in with the provided credential, navigates to the given profile, and compares the most recent company name with the last argument provided to the function.

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago