Skip to content

jpbolet/linkedin-connections

Repository files navigation

This simple node example stands up a bare-bones express server and takes a user through the authentication flow, then hits the data API

Prerequisites


Before you start, you will need:

Install the repo locally


$ git clone https://github.com/jpbolet/linkedin-connections.git

Steps to run the App

  1. Install the dependencies
$ npm install
  1. Create the .env file
$ cp .env.sample .env
  1. Go to linkedin and set up your client account

  2. Navigate to your app's settings page

  3. Obtain your client_id and client_secret on the page and store them safely locally

  4. Whitelist your app's callback url in the redirect url section

  5. Add the credentials obtained in the 3 steps above to .env file

  6. Start the app

$ npm start
  1. Navigate to http://localhost:5000 and view the app!

linkedin-connections

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published