analytics-plugin-linkedin
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

LinkedIn

This library exports the linkedin plugin for the analytics package & standalone methods for any project to use to make it easier to interact with LinkedIn.

This analytics plugin will load LinkedIn into your application.

Installation

npm install analytics
npm install analytics-plugin-linkedin

How to use

import Analytics from "analytics";
import linkedin from "analytics-plugin-linkedin";

const analytics = Analytics({
  app: "awesome-app",
  plugins: [
    linkedin({
      accountId: "1234", // required
    }),
  ],
});

Readme

Keywords

none

Package Sidebar

Install

npm i analytics-plugin-linkedin

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

11.5 kB

Total Files

20

Last publish

Collaborators

  • deevus