1.1.3 • Published 9 years ago

public-profile-page-link-finder v1.1.3

Weekly downloads
5
License
GPL-2.0
Repository
github
Last release
9 years ago

public-profile-page-link-finder

Build Status codecov.io bitHound Score Dependency Status devDependency Status HitCount

Why?

Given a person's name, surname and any other [keywords],
We need to find a LinkedIn Public Profile Page Link.

What?

Does exactly what we need it to.

How?

Basic usage

Install the public-profile-page-link-finder package from NPM:

npm install public-profile-page-link-finder --save

Then in your code:

var LF = require('public-profile-page-link-finder');
var keywords = ['Anita', 'Czapla','Founders'];
LF(keywords, function(err, data){
  console.log(JSON.stringify(data, null, 2)); // see below for sample
})

Sample result:

{ url: 'www.google.co.uk_search?q=Anita%20Czapla%20Founders',
  links:
   [ 'https://uk.linkedin.com/in/anitaczapla',
     'https://www.linkedin.com/pub/dir/Anita',
     'https://uk.linkedin.com/in/annivaananen',
     'https://www.linkedin.com/pub/lukas-siebeck/5a/87a/853?trk=pub...' ] }

Use the data.links how ever you choose.

Any questions?

Submit an issue: https://github.com/akitten/public-profile-page-url-finder/issues

1.1.3

9 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago